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