Preparing search index...
The search index is not available
Solana Signer SDK Documentation
Solana Signer SDK Documentation
@neonevm/solana-sign
TransactionTreeResponse
Interface TransactionTreeResponse
interface
TransactionTreeResponse
{
balance
:
string
;
chain_id
:
number
;
last_index
:
number
;
last_slot
:
number
;
max_fee_per_gas
:
string
;
max_priority_fee_per_gas
:
string
;
payer
:
string
;
pubkey
:
string
;
status
:
"Ok"
;
transactions
:
ScheduledTransactionStatus
[]
;
}
Index
Properties
balance
chain_
id
last_
index
last_
slot
max_
fee_
per_
gas
max_
priority_
fee_
per_
gas
payer
pubkey
status
transactions
Properties
balance
balance
:
string
chain_
id
chain_id
:
number
last_
index
last_index
:
number
last_
slot
last_slot
:
number
max_
fee_
per_
gas
max_fee_per_gas
:
string
max_
priority_
fee_
per_
gas
max_priority_fee_per_gas
:
string
payer
payer
:
string
pubkey
pubkey
:
string
status
status
:
"Ok"
transactions
transactions
:
ScheduledTransactionStatus
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
balance
chain_
id
last_
index
last_
slot
max_
fee_
per_
gas
max_
priority_
fee_
per_
gas
payer
pubkey
status
transactions
Solana Signer SDK Documentation
Loading...