Skip to content

UnwrapResult

SIP Protocol API Reference v0.12.0


SIP Protocol API Reference / UnwrapResult

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:21683

Result of an unwrap operation

success: boolean

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:21685

Whether the unwrap operation succeeded


optional signature?: string

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:21687

Transaction signature (only if success)


optional amount?: bigint

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:21689

The decrypted/unwrapped amount (only if success)


optional error?: string

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:21691

Error message (only if !success)