pub type RpcChunkResponse = ChunkView;Aliased Type§
pub 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>