CollectInstructionAccounts: {
    recipient1?: PublicKey | Pda;
    recipient2?: PublicKey | Pda;
}

Type declaration

  • Optional recipient1?: PublicKey | Pda

    The address of the recipient 1

  • Optional recipient2?: PublicKey | Pda

    The address of the recipient 2

Generated using TypeDoc