setchain
action on the liquidx.dsp
account on the EOS mainnet with the mainnet account created to represent the chain name. The syntax is as follows:chain_name
{name} - name of EOS mainnet account deploying chain, e.g., mynewchainnnchain_meta
{chain_metadata_t} - chain datais_public
{bool} - whether the chain is publicis_single_node
{bool} - whether chain is a single nodedappservices_contract
{std::string} - account that dappservicex.cpp
is deployed to, e.g., dappservicexchain_id
{std::string} - chain ID of sidechaintype
{std::string} - type of blockchain, e.g., EOSIOchain_json_uri
{std::vectorstd::string} - publicly available json file that declares chain statisticsinit
action on the dappservicex
contract.chain_name
{name} - name of EOS mainnet account deploying chain, e.g., mynewchainnnchain_name
used on the mainnet and the account the dappservicex.cpp
contract was set to on the new chain.