pub type AllBlocksTipBlocksEdgesNodeTransactionsEdgesNodeCertificateOnOwnerStakeDelegationPools = poolInfo;

Aliased Type§

struct AllBlocksTipBlocksEdgesNodeTransactionsEdgesNodeCertificateOnOwnerStakeDelegationPools {
    pub id: String,
    pub blocks: PoolInfoBlocks,
    pub registration: PoolInfoRegistration,
    pub retirement: Option<PoolInfoRetirement>,
}

Fields§

§id: String§blocks: PoolInfoBlocks§registration: PoolInfoRegistration§retirement: Option<PoolInfoRetirement>

Trait Implementations§

source§

impl Debug for poolInfo

source§

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

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

impl<'de> Deserialize<'de> for poolInfo

source§

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

Deserialize this value from the given Serde deserializer. Read more