Coda by Ian Macalinao
    Preparing search index...

    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

    Properties

    authority: TransactionSigner<TAccountAuthority>

    Authority to collect fees

    recipient: Address<TAccountRecipient>

    The account to transfer collected fees to