AnalyzableTransaction
SIP Protocol API Reference v0.12.0
SIP Protocol API Reference / AnalyzableTransaction
Interface: AnalyzableTransaction
Section titled “Interface: AnalyzableTransaction”Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22165
Transaction for analysis
Properties
Section titled “Properties”signature
Section titled “signature”signature:
string
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22167
Transaction signature/hash
slot:
number
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22169
Block slot/number
timestamp
Section titled “timestamp”timestamp:
number
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22171
Unix timestamp
sender
Section titled “sender”sender:
string|null
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22173
Sender address (null if contract call)
recipient
Section titled “recipient”recipient:
string|null
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22175
Recipient address (null if contract call)
amount
Section titled “amount”amount:
bigint
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22177
Amount transferred (in smallest unit)
mint:
string|null
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22179
Token mint (null for native)
fee:
bigint
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22181
Fee paid
involvedAddresses
Section titled “involvedAddresses”involvedAddresses:
string[]
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22183
All addresses involved in transaction
type:
"transfer"|"swap"|"stake"|"other"
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22185
Transaction type
success
Section titled “success”success:
boolean
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22187
Whether this was successful