@metaplex-foundation/mpl-token-metadata-kit - v0.0.1
Preparing search index...
CollectInput
Type Alias CollectInput<TAccountAuthority, TAccountRecipient>
type
CollectInput
<
TAccountAuthority
extends
string
=
string
,
TAccountRecipient
extends
string
=
string
,
>
=
{
authority
:
TransactionSigner
<
TAccountAuthority
>
;
recipient
:
Address
<
TAccountRecipient
>
;
}
Type Parameters
TAccountAuthority
extends
string
=
string
TAccountRecipient
extends
string
=
string
Index
Properties
authority
recipient
Properties
authority
authority
:
TransactionSigner
<
TAccountAuthority
>
Authority to collect fees
recipient
recipient
:
Address
<
TAccountRecipient
>
The account to transfer collected fees to
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authority
recipient
@metaplex-foundation/mpl-token-metadata-kit - v0.0.1
Loading...
Authority to collect fees