pub struct LineageProof {
pub parent_coin_info: Bytes32,
pub inner_puzzle_hash: Bytes32,
pub amount: u64,
}Fields§
§parent_coin_info: Bytes32§inner_puzzle_hash: Bytes32§amount: u64Trait Implementations§
Source§impl Clone for LineageProof
impl Clone for LineageProof
Source§fn clone(&self) -> LineageProof
fn clone(&self) -> LineageProof
Returns a duplicate 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 moreSource§impl Debug for LineageProof
impl Debug for LineageProof
Source§impl<Node> FromClvm<Node> for LineageProof
impl<Node> FromClvm<Node> for LineageProof
fn from_clvm( decoder: &impl ClvmDecoder<Node = Node>, node: Node, ) -> Result<Self, FromClvmError>
Source§impl PartialEq for LineageProof
impl PartialEq for LineageProof
Source§impl<Node> ToClvm<Node> for LineageProof
impl<Node> ToClvm<Node> for LineageProof
fn to_clvm( &self, encoder: &mut impl ClvmEncoder<Node = Node>, ) -> Result<Node, ToClvmError>
impl Eq for LineageProof
impl StructuralPartialEq for LineageProof
Auto Trait Implementations§
impl Freeze for LineageProof
impl RefUnwindSafe for LineageProof
impl Send for LineageProof
impl Sync for LineageProof
impl Unpin for LineageProof
impl UnwindSafe for LineageProof
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