Documentation ¶
Index ¶
Constants ¶
View Source
const ( GetBlockByHeight = "GetBlockByHeight" // nolint http://localhost:8080/GetBlockByHeight?fromRemote=false&chainId=chain1&height=1 GetBlockByHash = "GetBlockByHash" // nolint http://localhost:8080/GetBlockByHash?fromRemote=false&chainId=chain1&blockHash=xxx GetBlockByTxId = "GetBlockByTxId" // nolint http://localhost:8080/GetBlockByTxId?fromRemote=false&chainId=chain1&txId=xxx GetLastBlock = "GetLastBlock" // nolint http://localhost:8080/GetLastBlock?fromRemote=false&chainId=chain1 GetTransactionByTxId = "GetTransactionByTxId" // nolint http://localhost:8080/GetTransactionByTxId?fromRemote=false&chainId=chain1&txId=xxx GetTransactionTotalNum = "GetTransactionTotalNum" // nolint http://localhost:8080/GetTransactionTotalNum?chainId=chain1 GetBlockTotalNum = "GetBlockTotalNum" // nolint http://localhost:8080/GetBlockTotalNum?chainId=chain1 GetCurrentBlockHeight = "GetCurrentBlockHeight" // nolint http://localhost:8080/GetCurrentBlockHeight?chainId=chain1 ValidTransaction = "ValidTransaction" // nolint http://localhost:8080/ValidTransaction )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.