pub type TransactionByIdCertificatesTransactionCertificateOnVotePlanVoteEnd = blockDate;

Aliased Type§

struct TransactionByIdCertificatesTransactionCertificateOnVotePlanVoteEnd {
    pub epoch: BlockDateEpoch,
    pub slot: String,
}

Fields§

§epoch: BlockDateEpoch§slot: String

Trait Implementations§

source§

impl Clone for blockDate

source§

fn clone(&self) -> blockDate

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for blockDate

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for blockDate

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more