ApproveResult
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / ApproveResult
Interface: ApproveResult
Section titled “Interface: ApproveResult”Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21409
Result of an approve/revoke operation
Properties
Section titled “Properties”success
Section titled “success”success:
boolean
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21411
Whether the operation succeeded
signature?
Section titled “signature?”
optionalsignature:string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21413
Transaction signature (only if success)
error?
Section titled “error?”
optionalerror:string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21415
Error message (only if !success)