AnalyzableTransaction
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / AnalyzableTransaction
Interface: AnalyzableTransaction
Section titled “Interface: AnalyzableTransaction”Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21865
Transaction for analysis
Properties
Section titled “Properties”signature
Section titled “signature”signature:
string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21867
Transaction signature/hash
slot:
number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21869
Block slot/number
timestamp
Section titled “timestamp”timestamp:
number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21871
Unix timestamp
sender
Section titled “sender”sender:
string|null
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21873
Sender address (null if contract call)
recipient
Section titled “recipient”recipient:
string|null
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21875
Recipient address (null if contract call)
amount
Section titled “amount”amount:
bigint
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21877
Amount transferred (in smallest unit)
mint:
string|null
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21879
Token mint (null for native)
fee:
bigint
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21881
Fee paid
involvedAddresses
Section titled “involvedAddresses”involvedAddresses:
string[]
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21883
All addresses involved in transaction
type:
"transfer"|"swap"|"stake"|"other"
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21885
Transaction type
success
Section titled “success”success:
boolean
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21887
Whether this was successful