Documentation ¶
Index ¶
- Constants
- func GetAllowance(cmd map[string]interface{}) map[string]interface{}
- func GetBalance(cmd map[string]interface{}) map[string]interface{}
- func GetBlockByHash(cmd map[string]interface{}) map[string]interface{}
- func GetBlockByHeight(cmd map[string]interface{}) map[string]interface{}
- func GetBlockHash(cmd map[string]interface{}) map[string]interface{}
- func GetBlockHeight(cmd map[string]interface{}) map[string]interface{}
- func GetBlockHeightByTxHash(cmd map[string]interface{}) map[string]interface{}
- func GetBlockTxsByHeight(cmd map[string]interface{}) map[string]interface{}
- func GetConnectionCount(cmd map[string]interface{}) map[string]interface{}
- func GetContractState(cmd map[string]interface{}) map[string]interface{}
- func GetGasPrice(cmd map[string]interface{}) map[string]interface{}
- func GetGenerateBlockTime(cmd map[string]interface{}) map[string]interface{}
- func GetMemPoolTxCount(cmd map[string]interface{}) map[string]interface{}
- func GetMemPoolTxState(cmd map[string]interface{}) map[string]interface{}
- func GetMerkleProof(cmd map[string]interface{}) map[string]interface{}
- func GetNodeVersion(cmd map[string]interface{}) map[string]interface{}
- func GetSmartCodeEventByTxHash(cmd map[string]interface{}) map[string]interface{}
- func GetSmartCodeEventTxsByHeight(cmd map[string]interface{}) map[string]interface{}
- func GetStorage(cmd map[string]interface{}) map[string]interface{}
- func GetTransactionByHash(cmd map[string]interface{}) map[string]interface{}
- func GetUnboundOng(cmd map[string]interface{}) map[string]interface{}
- func ResponsePack(errCode int64) map[string]interface{}
- func SendRawTransaction(cmd map[string]interface{}) map[string]interface{}
- type ApiServer
Constants ¶
View Source
const TLS_PORT int = 443
Variables ¶
This section is empty.
Functions ¶
func GetAllowance ¶
func GetBalance ¶
func GetBlockByHash ¶
func GetBlockByHeight ¶
func GetBlockHash ¶
func GetBlockHeightByTxHash ¶
func GetBlockTxsByHeight ¶
func GetConnectionCount ¶
func GetContractState ¶
func GetGasPrice ¶
func GetGenerateBlockTime ¶
Node
func GetMemPoolTxCount ¶
func GetMemPoolTxState ¶
func GetMerkleProof ¶
func GetNodeVersion ¶ added in v0.9.2
func GetStorage ¶
func GetTransactionByHash ¶
Transaction
func GetUnboundOng ¶ added in v0.9.2
func ResponsePack ¶
func SendRawTransaction ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.