InitializeConfidentialTransferFeeInstructionData: {
    authority: Option<PublicKey>;
    confidentialTransferFeeDiscriminator: number;
    discriminator: number;
    withdrawWithheldAuthorityElGamalPubkey: PublicKey;
}

Type declaration

  • authority: Option<PublicKey>

    Optional authority to set the withdraw withheld authority ElGamal key

  • confidentialTransferFeeDiscriminator: number
  • discriminator: number
  • withdrawWithheldAuthorityElGamalPubkey: PublicKey

    Withheld fees from accounts must be encrypted with this ElGamal key

Generated using TypeDoc