Module mpool

Module mpool 

Source

Enumsยง

MpoolBatchPush
Add a batch of SignedMessages to mpool, return message CIDs
MpoolBatchPushUntrusted
Add a batch of SignedMessages to mpool, return message CIDs
MpoolGetNonce
Gets next nonce for the specified sender.
MpoolPending
Return Vec of pending messages in mpool
MpoolPush
Add SignedMessage to mpool, return message CID
MpoolPushMessage
Sign given UnsignedMessage and add it to mpool, return SignedMessage
MpoolPushUntrusted
Add SignedMessage from untrusted source to mpool, return message CID
MpoolSelect
Return Vec of pending messages for inclusion in the next block