Type Alias forest_filecoin::message_pool::msgpool::selection::Pending

source ·
type Pending = HashMap<Address, HashMap<u64, SignedMessage>>;

Aliased Type§

struct Pending { /* private fields */ }