Network ID is same with chain ID. Because it is required when creating all operations, set the exact network ID of the network to which the operation will be sent. Even if it is not set, 'mitum' is set as the default value.
Parameters
null
Return Value
string networkID
string
example
const info = mitum.getNetworkID(); console.log(info); // output "mitum"
Last updated 2 months ago