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§
§header: ChunkHeaderView
§transactions: Vec<SignedTransactionView>
§receipts: Vec<ReceiptView>