AnalyzableTransaction
SIP Protocol API Reference v0.15.1
SIP Protocol API Reference / AnalyzableTransaction
Interface: AnalyzableTransaction
Section titled “Interface: AnalyzableTransaction”Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22201
Transaction for analysis
Properties
Section titled “Properties”signature
Section titled “signature”signature:
string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22203
Transaction signature/hash
slot:
number
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22205
Block slot/number
timestamp
Section titled “timestamp”timestamp:
number
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22207
Unix timestamp
sender
Section titled “sender”sender:
string|null
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22209
Sender address (null if contract call)
recipient
Section titled “recipient”recipient:
string|null
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22211
Recipient address (null if contract call)
amount
Section titled “amount”amount:
bigint
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22213
Amount transferred (in smallest unit)
mint:
string|null
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22215
Token mint (null for native)
fee:
bigint
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22217
Fee paid
involvedAddresses
Section titled “involvedAddresses”involvedAddresses:
string[]
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22219
All addresses involved in transaction
type:
"transfer"|"swap"|"stake"|"other"
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22221
Transaction type
success
Section titled “success”success:
boolean
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22223
Whether this was successful