Coda by Ian Macalinao
Preparing search index...
@solana-programs/goki
InvokeSignedInstructionInput
Type Alias InvokeSignedInstructionInput<TAccountOwnerAuthority, TAccountNftAccount, TAccountNftPda>
type
InvokeSignedInstructionInput
<
TAccountOwnerAuthority
extends
string
=
string
,
TAccountNftAccount
extends
string
=
string
,
TAccountNftPda
extends
string
=
string
,
>
=
{
data
:
InvokeSignedInstructionInstructionDataArgs
[
"data"
]
;
nftAccount
:
Address
<
TAccountNftAccount
>
;
nftPda
:
Address
<
TAccountNftPda
>
;
ownerAuthority
:
TransactionSigner
<
TAccountOwnerAuthority
>
;
}
Type Parameters
TAccountOwnerAuthority
extends
string
=
string
TAccountNftAccount
extends
string
=
string
TAccountNftPda
extends
string
=
string
Index
Properties
data
nft
Account
nft
Pda
owner
Authority
Properties
data
data
:
InvokeSignedInstructionInstructionDataArgs
[
"data"
]
nft
Account
nftAccount
:
Address
<
TAccountNftAccount
>
nft
Pda
nftPda
:
Address
<
TAccountNftPda
>
owner
Authority
ownerAuthority
:
TransactionSigner
<
TAccountOwnerAuthority
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
nft
Account
nft
Pda
owner
Authority
Coda by Ian Macalinao
Loading...