lib-ethers

Home > @mosaic/lib-ethers

lib-ethers package

Classes

Class
Description

Ethers-based MosaicStore that updates state whenever there's a new block.

Convenience class that combines multiple interfaces of the library in one object.

Thrown when a transaction is cancelled or replaced by a different transaction.

Thrown by EthersMosaic in case of transaction failure.

Ethers-based implementation of PopulatableMosaic.

A transaction that has been prepared for sending.

A redemption transaction that has been prepared for sending.

Ethers-based implementation of ReadableMosaic.

Ethers-based implementation of SendableMosaic.

A transaction that has already been sent.

Thrown when trying to connect to a network where Mosaic is not deployed.

Interfaces

Interface
Description

Optional parameters of a transaction that borrows MoUSD.

Optional parameters taken by ReadableEthersMosaic functions.

Information about a connection to the Mosaic protocol.

Optional parameters taken by EthersMosaic transaction functions.

Type Aliases

Type Alias
Description

Possible values for the optional useStore connection parameter.

Alias of Ethers' PopulatedTransaction type, which implements UnsignedTransaction.

Alias of Ethers' abstract Provider type.

Alias of Ethers' abstract Signer type.

Last updated