ProofProgressCallback()
SIP Protocol API Reference v0.7.0
SIP Protocol API Reference / ProofProgressCallback
Type Alias: ProofProgressCallback()
Section titled “Type Alias: ProofProgressCallback()”ProofProgressCallback = (
progress) =>void
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:607
Proof generation progress callback
Parameters
Section titled “Parameters”progress
Section titled “progress”"initializing" | "witness" | "proving" | "verifying" | "complete"
percent
Section titled “percent”number
message
Section titled “message”string
Returns
Section titled “Returns”void