资源加载中... loading...

Support for Switching Private Keys

It supports switching private keys to operate multiple wallet addresses, for example:

function main() {
    exchange.IO("key", "Private Key")   // "Private Key" represents the private key string, which needs to be filled in specifically
}
Support for decode Method of Calling the Smart Contract