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