Coda by Ian Macalinao
Preparing search index...
@solana-programs/goki
TransactionArgs
Type Alias TransactionArgs
type
TransactionArgs
=
{
bump
:
number
;
eta
:
number
|
bigint
;
executedAt
:
number
|
bigint
;
executor
:
Address
;
index
:
number
|
bigint
;
instructions
:
TXInstructionArgs
[]
;
ownerSetSeqno
:
number
;
proposer
:
Address
;
signers
:
boolean
[]
;
smartWallet
:
Address
;
}
Index
Properties
bump
eta
executed
At
executor
index
instructions
owner
Set
Seqno
proposer
signers
smart
Wallet
Properties
bump
bump
:
number
eta
eta
:
number
|
bigint
executed
At
executedAt
:
number
|
bigint
executor
executor
:
Address
index
index
:
number
|
bigint
instructions
instructions
:
TXInstructionArgs
[]
owner
Set
Seqno
ownerSetSeqno
:
number
proposer
proposer
:
Address
signers
signers
:
boolean
[]
smart
Wallet
smartWallet
:
Address
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bump
eta
executed
At
executor
index
instructions
owner
Set
Seqno
proposer
signers
smart
Wallet
Coda by Ian Macalinao
Loading...