Struct ark::models::block::BlockResponse [] [src]

pub struct BlockResponse {
    pub success: bool,
    pub block: Option<Block>,
}

Fields

Trait Implementations

impl Debug for BlockResponse
[src]

[src]

Formats the value using the given formatter.