Struct ftoken::ftoken_mod::state::ResvVote [−][src]
Expand description
Reservation price and stake stored in binary (serialized U192) representing a Uint128 with additional 19 decimal points
Fields
stake: [u8; 24]
price: [u8; 24]
Implementations
Trait Implementations
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
The name of the generated JSON Schema. Read more
Generates a JSON Schema for this type. Read more
fn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the $ref
keyword. Read more
Auto Trait Implementations
impl RefUnwindSafe for ResvVote
impl UnwindSafe for ResvVote
Blanket Implementations
Mutably borrows from an owned value. Read more