@metaplex-foundation/mpl-token-metadata-kit - v0.0.1
Preparing search index...
ParsedCollectInstruction
Type Alias ParsedCollectInstruction<TProgram, TAccountMetas>
type
ParsedCollectInstruction
<
TProgram
extends
string
=
typeof
MPL_TOKEN_METADATA_PROGRAM_ADDRESS
,
TAccountMetas
extends
readonly
AccountMeta
[]
=
readonly
AccountMeta
[]
,
>
=
{
accounts
:
{
authority
:
TAccountMetas
[
0
]
;
recipient
:
TAccountMetas
[
1
]
}
;
data
:
CollectInstructionData
;
programAddress
:
Address
<
TProgram
>
;
}
Type Parameters
TProgram
extends
string
=
typeof
MPL_TOKEN_METADATA_PROGRAM_ADDRESS
TAccountMetas
extends
readonly
AccountMeta
[]
=
readonly
AccountMeta
[]
Index
Properties
accounts
data
program
Address
Properties
accounts
accounts
:
{
authority
:
TAccountMetas
[
0
]
;
recipient
:
TAccountMetas
[
1
]
}
Type Declaration
authority
:
TAccountMetas
[
0
]
Authority to collect fees
recipient
:
TAccountMetas
[
1
]
The account to transfer collected fees to
data
data
:
CollectInstructionData
program
Address
programAddress
:
Address
<
TProgram
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accounts
data
program
Address
@metaplex-foundation/mpl-token-metadata-kit - v0.0.1
Loading...
Authority to collect fees