Class PendingIssuance
Expand description
Methods§
§
exportState(): string
exportState(): string
Export this pending issuance state as a JSON string for application storage.
§
finalize(
issuer_authority: IssuerAuthority,
response: IssuanceResponse,
): SignedCredential
finalize(
issuer_authority: IssuerAuthority,
response: IssuanceResponse,
): SignedCredential
Finalize an issuer response into a signed credential.
§
free(): void
free(): void
§
createRequest(
issuer_authority: IssuerAuthority,
info: JsonValue,
blind_msg: JsonValue,
): PendingIssuanceResult
createRequest(
issuer_authority: IssuerAuthority,
info: JsonValue,
blind_msg: JsonValue,
): PendingIssuanceResult
Create a blinded holder issuance request and local pending issuance state.
§
importState(state: string): PendingIssuance
importState(state: string): PendingIssuance
Import pending issuance state previously returned by exportState.
Holder-side pending issuance state required to finalize one issuer response.