Skip to content

ApproveResult

SIP Protocol API Reference v0.12.0


SIP Protocol API Reference / ApproveResult

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

Result of an approve/revoke operation

success: boolean

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

Whether the operation succeeded


optional signature?: string

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

Transaction signature (only if success)


optional error?: string

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

Error message (only if !success)