InitializeConfidentialTransferFeeInstructionArgs: {
    authority: OptionOrNullable<PublicKey<string>>;
    withdrawWithheldAuthorityElGamalPubkey: PublicKey<string>;
}

Type declaration

  • authority: OptionOrNullable<PublicKey<string>>

    Optional authority to set the withdraw withheld authority ElGamal key

  • withdrawWithheldAuthorityElGamalPubkey: PublicKey<string>

    Withheld fees from accounts must be encrypted with this ElGamal key

Generated using TypeDoc