error Invalid()
constructor() public
function setTrustedChain(string chainName) external
Sets the trusted address for the specified chain.
Name | Type | Description |
---|---|---|
chainName | string | Chain name to be trusted. |
function removeTrustedChain(string chainName) external
Remove the trusted address of the chain.
Name | Type | Description |
---|---|---|
chainName | string | Chain name to remove the trusted address for. |