Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-token-metadata
CollectInput
Interface CollectInput<TAccountAuthority, TAccountRecipient>
interface
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
Coda by Ian Macalinao
Loading...
Authority to collect fees