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