Type Alias near_primitives::receipt::ReceiptResult

source ·
pub type ReceiptResult = HashMap<ShardId, Vec<Receipt>>;
Expand description

Map of shard to list of receipts to send to it.

Aliased Type§

struct ReceiptResult { /* private fields */ }