Preparing search index...
The search index is not available
openac-sdk
openac-sdk
PresentationProof
Interface PresentationProof
interface
PresentationProof
{
prepareProof
:
Uint8Array
;
prepareInstance
:
Uint8Array
;
showProof
:
Uint8Array
;
showInstance
:
Uint8Array
;
publicValues
:
ProofPublicValues
;
timing
:
PresentationTiming
;
serialize
()
:
Uint8Array
;
toBase64
()
:
string
;
toJSON
()
:
SerializedProofJSON
;
}
Index
Properties
prepare
Proof
prepare
Instance
show
Proof
show
Instance
public
Values
timing
Methods
serialize
to
Base64
toJSON
Properties
prepare
Proof
prepareProof
:
Uint8Array
prepare
Instance
prepareInstance
:
Uint8Array
show
Proof
showProof
:
Uint8Array
show
Instance
showInstance
:
Uint8Array
public
Values
publicValues
:
ProofPublicValues
timing
timing
:
PresentationTiming
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
prepare
Instance
show
Proof
show
Instance
public
Values
timing
Methods
serialize
to
Base64
toJSON
openac-sdk
Loading...