InitializeConfidentialTransferFeeInstructionDataArgs: {
    authority: OptionOrNullable<PublicKey>;
    withdrawWithheldAuthorityElGamalPubkey: PublicKey;
}

Type declaration

  • authority: OptionOrNullable<PublicKey>

    Optional authority to set the withdraw withheld authority ElGamal key

  • withdrawWithheldAuthorityElGamalPubkey: PublicKey

    Withheld fees from accounts must be encrypted with this ElGamal key

Generated using TypeDoc