远程调用接口
接口方法调用
Web3j web3j = web3Manager.getHttpWeb3jRandomly();
Long res = web3j.thanosGetLatestBeExecutedNum().send().getNumber();接口清单
thanosGetLatestBeExecutedNum
thanosGetLatestConsensusNumber
thanosGetCurrentCommitRound
thanosGetBlockNumber
thanosGetEthTransactionByHash
thanosGetEthTransactionByHashByChain
thanosGetEehTransactionsByHashes
thanosGetGlobalNodeEventByHash
thanosGetGlobalNodeEventByHashByChain
thanosGetGlobalNodeEventReceiptByHash
thanosEthCall
thanosSendGlobalNodeEvent
thanosSendEthRawTransaction
thanosSendEthRawTransactionList
Last updated