Skip to content

UnwrapResult

SIP Protocol API Reference v0.15.1


SIP Protocol API Reference / UnwrapResult

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:21719

Result of an unwrap operation

success: boolean

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:21721

Whether the unwrap operation succeeded


optional signature?: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:21723

Transaction signature (only if success)


optional amount?: bigint

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:21725

The decrypted/unwrapped amount (only if success)


optional error?: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:21727

Error message (only if !success)