Open HJunyuan opened 4 days ago
This PR will introduce breaking changes to OA v4 (which is currently in beta).
signVc()
proof
digestVc()
src/index.ts
To-do:
documentBuilder()
What does this PR do?
This PR will introduce breaking changes to OA v4 (which is currently in beta).
signVc()
will automatically digest before performing signing. As such, digest and sign are now separate processessignVc()
will not re-sign ifproof
object is already defineddigestVc()
is left available for use with Ethereum issuancesrc/index.ts
)To-do:
documentBuilder()
to allow custom objects to be added (e.g. renderer, etc.)