Coda by Ian Macalinao
Preparing search index...
@solana-programs/goki
ExecuteTransactionDerivedInput
Type Alias ExecuteTransactionDerivedInput<TAccountSmartWallet, TAccountTransaction, TAccountOwner>
type
ExecuteTransactionDerivedInput
<
TAccountSmartWallet
extends
string
=
string
,
TAccountTransaction
extends
string
=
string
,
TAccountOwner
extends
string
=
string
,
>
=
{
bump
:
ExecuteTransactionDerivedInstructionDataArgs
[
"bump"
]
;
index
:
ExecuteTransactionDerivedInstructionDataArgs
[
"index"
]
;
owner
:
TransactionSigner
<
TAccountOwner
>
;
smartWallet
:
Address
<
TAccountSmartWallet
>
;
transaction
:
Address
<
TAccountTransaction
>
;
}
Type Parameters
TAccountSmartWallet
extends
string
=
string
TAccountTransaction
extends
string
=
string
TAccountOwner
extends
string
=
string
Index
Properties
bump
index
owner
smart
Wallet
transaction
Properties
bump
bump
:
ExecuteTransactionDerivedInstructionDataArgs
[
"bump"
]
index
index
:
ExecuteTransactionDerivedInstructionDataArgs
[
"index"
]
owner
owner
:
TransactionSigner
<
TAccountOwner
>
smart
Wallet
smartWallet
:
Address
<
TAccountSmartWallet
>
transaction
transaction
:
Address
<
TAccountTransaction
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bump
index
owner
smart
Wallet
transaction
Coda by Ian Macalinao
Loading...