Struct dubp_block::DubpBlockV10Stringified [−][src]
Fields
version: u64Version
nonce: u64Nonce
number: u64number
pow_min: u64Minimal proof of work difficulty
time: u64Local time of the block issuer
median_time: u64Average time
members_count: u64Members count
monetary_mass: u64Monetary mass
unit_base: u64Unit base (power of ten)
issuers_count: u64Number of compute members in the current frame
issuers_frame: u64Current frame size (in blocks)
issuers_frame_var: i64Current frame variation buffer
currency: StringCurrency.
issuer: StringBlock issuer.
signature: StringBlock signature.
hash: Option<String>Block hash.
parameters: Option<String>Currency parameters (only in genesis block)
previous_hash: Option<String>Hash of the previous block
previous_issuer: Option<String>Issuer of the previous block
inner_hash: Option<String>Hash of the deterministic content of the block
dividend: Option<u64>Amount of new dividend created at this block, None if no dividend is created at this block
identities: Vec<String>Identities
joiners: Vec<String>joiners
actives: Vec<String>Actives (=renewals)
leavers: Vec<String>Leavers
revoked: Vec<String>Revokeds
excluded: Vec<String>Excludeds
certifications: Vec<String>Certifications
transactions: Vec<TransactionDocumentV10Stringified>Transactions
Trait Implementations
impl Clone for DubpBlockV10Stringified[src]
fn clone(&self) -> DubpBlockV10Stringified[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for DubpBlockV10Stringified[src]
impl Default for DubpBlockV10Stringified[src]
fn default() -> DubpBlockV10Stringified[src]
impl<'de> Deserialize<'de> for DubpBlockV10Stringified[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl PartialEq<DubpBlockV10Stringified> for DubpBlockV10Stringified[src]
fn eq(&self, other: &DubpBlockV10Stringified) -> bool[src]
fn ne(&self, other: &DubpBlockV10Stringified) -> bool[src]
impl Serialize for DubpBlockV10Stringified[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl StructuralPartialEq for DubpBlockV10Stringified[src]
Auto Trait Implementations
impl RefUnwindSafe for DubpBlockV10Stringified
impl Send for DubpBlockV10Stringified
impl Sync for DubpBlockV10Stringified
impl Unpin for DubpBlockV10Stringified
impl UnwindSafe for DubpBlockV10Stringified
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,