CollectInstructionAccounts: {
    authority?: Signer;
    recipient: PublicKey | Pda;
}

Type declaration

  • Optional authority?: Signer

    Authority to collect fees

  • recipient: PublicKey | Pda

    The account to transfer collected fees to

Generated using TypeDoc