Type Alias unc_jsonrpc_client::methods::chunk::RpcChunkResponse

source ·
pub type RpcChunkResponse = ChunkView;

Aliased Type§

struct RpcChunkResponse {
    pub author: AccountId,
    pub header: ChunkHeaderView,
    pub transactions: Vec<SignedTransactionView>,
    pub receipts: Vec<ReceiptView>,
}

Fields§

§author: AccountId§header: ChunkHeaderView§transactions: Vec<SignedTransactionView>§receipts: Vec<ReceiptView>

Trait Implementations§