Struct noah_api::anon_xfr::structs::PayerWitness
source · pub struct PayerWitness {
pub secret_key: SecretKey,
pub amount: u64,
pub asset_type: BLSScalar,
pub uid: u64,
pub path: MTPath,
pub blind: BlindFactor,
}Expand description
The witness for the payer.
Fields§
§secret_key: SecretKeyThe secret key.
amount: u64The amount.
asset_type: BLSScalarThe asset type.
uid: u64The ID of the commitment to be nullified.
path: MTPathThe Merkle tree path.
blind: BlindFactorThe blinding factor in the output commitment.
Trait Implementations§
source§impl Clone for PayerWitness
impl Clone for PayerWitness
source§fn clone(&self) -> PayerWitness
fn clone(&self) -> PayerWitness
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