pub type EncryptedWithheldAmount = ElGamalCiphertext;
Expand description

ElGamal ciphertext containing a withheld fee in an account

Aliased Type§

struct EncryptedWithheldAmount(pub [u8; 64]);

Fields§

§0: [u8; 64]