pub struct Stake {
pub stake: i64,
}Expand description
Stake : Stake represents the stakes of a participant in the Cardano chain
Fields§
§stake: i64Stake share as computed in the ‘stake distribution’ by the Cardano Node, multiplied by a billion (1.0e9)
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Stake
impl<'de> Deserialize<'de> for Stake
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
impl StructuralPartialEq for Stake
Auto Trait Implementations§
impl Freeze for Stake
impl RefUnwindSafe for Stake
impl Send for Stake
impl Sync for Stake
impl Unpin for Stake
impl UnwindSafe for Stake
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