Mpool

The Mpool methods are for interacting with the message pool. The message pool manages all incoming and outgoing 'messages' going over the network.

mpoolPush

mpoolPush (signedMessage: SignedMessage): Promise<Cid>

Pushes a signed message to mempool.

Parameters:

Returns:

Promise<Cid>

Source: index.d.ts, line 409, character 11