Preparing search index...
The search index is not available
openac-sdk
openac-sdk
ProofResult
Interface ProofResult
interface
ProofResult
{
prepareProof
:
Uint8Array
;
showProof
:
Uint8Array
;
prepareInstance
:
Uint8Array
;
showInstance
:
Uint8Array
;
publicValues
:
ProofPublicValues
;
timing
:
ProofTiming
;
serialize
()
:
Uint8Array
;
toBase64
()
:
string
;
toJSON
()
:
SerializedProofJSON
;
}
Index
Properties
prepare
Proof
show
Proof
prepare
Instance
show
Instance
public
Values
timing
Methods
serialize
to
Base64
toJSON
Properties
prepare
Proof
prepareProof
:
Uint8Array
show
Proof
showProof
:
Uint8Array
prepare
Instance
prepareInstance
:
Uint8Array
show
Instance
showInstance
:
Uint8Array
public
Values
publicValues
:
ProofPublicValues
timing
timing
:
ProofTiming
Methods
serialize
serialize
()
:
Uint8Array
Returns
Uint8Array
to
Base64
toBase64
()
:
string
Returns
string
toJSON
toJSON
()
:
SerializedProofJSON
Returns
SerializedProofJSON
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
prepare
Proof
show
Proof
prepare
Instance
show
Instance
public
Values
timing
Methods
serialize
to
Base64
toJSON
openac-sdk
Loading...