interchain-token-service

Solidity API

TestChainTracker

Invalid

error Invalid()

constructor

constructor() public

setTrustedChain

function setTrustedChain(string chainName) external

Sets the trusted address for the specified chain.

Parameters

Name Type Description
chainName string Chain name to be trusted.

removeTrustedChain

function removeTrustedChain(string chainName) external

Remove the trusted address of the chain.

Parameters

Name Type Description
chainName string Chain name to remove the trusted address for.