리소스 로딩... 로딩...

다른 함수 호출

  • 교환 객체에 의해 구성된 지갑 주소를 얻는다
    function main() {
        Log(exchange.IO("address"))         // Print the wallet address of the private key configured on the exchange object
    }
    
  • 블록체인 RPC 노드 전환
    function main() {
        var chainRpc = "https://bsc-dataseed.binance.org"
        
        // Switch to BSC chain
        e.IO("base", chainRpc)
    }
    
스마트 컨트랙트를 호출하는 방법 내장 라이브러리