Struct noah_api::anon_xfr::structs::PayeeWitness
source · pub struct PayeeWitness {
pub amount: u64,
pub blind: BlindFactor,
pub asset_type: BLSScalar,
pub public_key: PublicKey,
}Expand description
The witness for the payee.
Fields§
§amount: u64The amount.
blind: BlindFactorThe blinding factor in the output commitment.
asset_type: BLSScalarThe asset type.
public_key: PublicKeyThe public key.
Trait Implementations§
source§impl Clone for PayeeWitness
impl Clone for PayeeWitness
source§fn clone(&self) -> PayeeWitness
fn clone(&self) -> PayeeWitness
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more