Skip to content

ApproveResult

SIP Protocol API Reference v0.15.1


SIP Protocol API Reference / ApproveResult

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

Result of an approve/revoke operation

success: boolean

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

Whether the operation succeeded


optional signature?: string

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

Transaction signature (only if success)


optional error?: string

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

Error message (only if !success)