Skip to content

UnwrapResult

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / UnwrapResult

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21383

Result of an unwrap operation

success: boolean

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21385

Whether the unwrap operation succeeded


optional signature: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21387

Transaction signature (only if success)


optional amount: bigint

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21389

The decrypted/unwrapped amount (only if success)


optional error: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21391

Error message (only if !success)