ReallocateInstructionAccounts: {
    owner: PublicKey | Pda | Signer;
    payer: Signer;
    systemProgram?: PublicKey | Pda;
    token: PublicKey | Pda;
}

Type declaration

  • owner: PublicKey | Pda | Signer

    The account's owner or its multisignature account.

  • payer: Signer

    The payer account to fund reallocation.

  • Optional systemProgram?: PublicKey | Pda

    System program for reallocation funding.

  • token: PublicKey | Pda

    The token account to reallocate.

Generated using TypeDoc