Functions

Important note about using functions: In Mitum, an operation represents a transaction message.

Therefore, when a function returns an operation object, it does not mean the transaction has been sent to the network yet.

Any operation returned by a function is a raw transaction object that still requires signing.

Once signed, the operation can be sent to the network using the operation.send() function. (This behavior is similar to how transactions work in web3.js or ethers.js.)

The available functions are categorized as follows:

Common

Contract Model

BrowserProvider

  • BrowserProvider Functions (V2.2.0+)

Last updated