Coda by Ian Macalinao
Preparing search index...
@solana-programs/goki
CreateTransactionWithTimelockInput
Type Alias CreateTransactionWithTimelockInput<TAccountSmartWallet, TAccountTransaction, TAccountProposer, TAccountPayer, TAccountSystemProgram>
type
CreateTransactionWithTimelockInput
<
TAccountSmartWallet
extends
string
=
string
,
TAccountTransaction
extends
string
=
string
,
TAccountProposer
extends
string
=
string
,
TAccountPayer
extends
string
=
string
,
TAccountSystemProgram
extends
string
=
string
,
>
=
{
bump
:
CreateTransactionWithTimelockInstructionDataArgs
[
"bump"
]
;
eta
:
CreateTransactionWithTimelockInstructionDataArgs
[
"eta"
]
;
instructions
:
CreateTransactionWithTimelockInstructionDataArgs
[
"instructions"
]
;
payer
:
TransactionSigner
<
TAccountPayer
>
;
proposer
:
TransactionSigner
<
TAccountProposer
>
;
smartWallet
:
Address
<
TAccountSmartWallet
>
;
systemProgram
?:
Address
<
TAccountSystemProgram
>
;
transaction
:
Address
<
TAccountTransaction
>
;
}
Type Parameters
TAccountSmartWallet
extends
string
=
string
TAccountTransaction
extends
string
=
string
TAccountProposer
extends
string
=
string
TAccountPayer
extends
string
=
string
TAccountSystemProgram
extends
string
=
string
Index
Properties
bump
eta
instructions
payer
proposer
smart
Wallet
system
Program?
transaction
Properties
bump
bump
:
CreateTransactionWithTimelockInstructionDataArgs
[
"bump"
]
eta
eta
:
CreateTransactionWithTimelockInstructionDataArgs
[
"eta"
]
instructions
instructions
:
CreateTransactionWithTimelockInstructionDataArgs
[
"instructions"
]
payer
payer
:
TransactionSigner
<
TAccountPayer
>
proposer
proposer
:
TransactionSigner
<
TAccountProposer
>
smart
Wallet
smartWallet
:
Address
<
TAccountSmartWallet
>
Optional
system
Program
systemProgram
?:
Address
<
TAccountSystemProgram
>
transaction
transaction
:
Address
<
TAccountTransaction
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bump
eta
instructions
payer
proposer
smart
Wallet
system
Program
transaction
Coda by Ian Macalinao
Loading...