Functions

Important note about using function :

The operation of Mitum is a transaction ‘message’.

Thus if function returns an operation object, remember that you haven't sent an operation to the network.

Any operation returned by the function is a raw transaction object, which requires additional signing.

Signed operation object must be sent to the network via the operation.send() function. (This is similar to web3.js and ethers.js). The categorization of available functions is as follows:

Common

Contract Model

Last updated