Example #1
0
        public void AbciQueryTokenListTest()
        {
            NodeRpcClient   nodeRpcClient = new NodeRpcClient(endpoint);
            ResultAbciQuery response      = nodeRpcClient.AbciQueryTokenList();

            Assert.NotNull(response.Response.Value);
        }
Example #2
0
        public void AbciQueryTest()
        {
            NodeRpcClient   nodeRpcClient = new NodeRpcClient(endpoint);
            ResultAbciQuery response      = nodeRpcClient.AbciQuery(EAbciQueryPath.StoreAccKey, "0x6163636F756E743A89F856CB39D25C1BDDAAEC74A381577CA8E2F886");

            Assert.NotNull(response.Response.Value);
        }