pub struct PreMint {
pub blinded_message: BlindedMessage,
pub secret: Secret,
pub r: SecretKey,
pub amount: Amount,
}
Expand description
PreMint
Fields§
§blinded_message: BlindedMessage
Blinded message
secret: Secret
Secret
r: SecretKey
R
amount: Amount
Amount
Trait Implementations§
Source§impl Ord for PreMint
impl Ord for PreMint
Source§impl PartialOrd for PreMint
impl PartialOrd for PreMint
Source§impl Serialize for PreMint
impl Serialize for PreMint
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for PreMint
impl StructuralPartialEq for PreMint
Auto Trait Implementations§
impl Freeze for PreMint
impl RefUnwindSafe for PreMint
impl Send for PreMint
impl Sync for PreMint
impl Unpin for PreMint
impl UnwindSafe for PreMint
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more