Type alias ConfigureConfidentialTransferAccountWithRegistryInstructionAccounts

ConfigureConfidentialTransferAccountWithRegistryInstructionAccounts: {
    elgamalRegistry: PublicKey | Pda;
    mint: PublicKey | Pda;
    payer?: Signer;
    systemProgram?: PublicKey | Pda;
    token: PublicKey | Pda;
}

Type declaration

  • elgamalRegistry: PublicKey | Pda

    The ElGamal registry account.

  • mint: PublicKey | Pda

    The corresponding SPL Token mint.

  • Optional payer?: Signer

    (Optional) The payer account to fund reallocation.

  • Optional systemProgram?: PublicKey | Pda

    (Optional) System program for reallocation funding.

  • token: PublicKey | Pda

    The SPL Token account.

Generated using TypeDoc