Struct moksha_core::model::Proof
source · pub struct Proof {
pub amount: u64,
pub secret: String,
pub c: PublicKey,
pub id: String,
pub script: Option<P2SHScript>,
}Fields§
§amount: u64§secret: String§c: PublicKey§id: String§script: Option<P2SHScript>Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Proof
impl<'de> Deserialize<'de> for Proof
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for Proof
impl PartialEq for Proof
impl StructuralPartialEq for Proof
Auto Trait Implementations§
impl RefUnwindSafe for Proof
impl Send for Proof
impl Sync for Proof
impl Unpin for Proof
impl UnwindSafe for Proof
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