Documentation ¶
Index ¶
- type APIHandler
- type Status
- type Web3
- type Web3APIv1
- func (api *Web3APIv1) Blockchain() (handler http.Handler, ok bool)
- func (api *Web3APIv1) ChainStat() (handler http.Handler, ok bool)
- func (api *Web3APIv1) CommitTX() (handler http.Handler, ok bool)
- func (api *Web3APIv1) GetABI() (handler http.Handler, ok bool)
- func (api *Web3APIv1) GetAccountVotes() (handler http.Handler, ok bool)
- func (api *Web3APIv1) GetBalance() (handler http.Handler, ok bool)
- func (api *Web3APIv1) GetBlock() (handler http.Handler, ok bool)
- func (api *Web3APIv1) GetBlockBody() (handler http.Handler, ok bool)
- func (api *Web3APIv1) GetBlockMetadata() (handler http.Handler, ok bool)
- func (api *Web3APIv1) GetBlockTransactionCount() (handler http.Handler, ok bool)
- func (api *Web3APIv1) GetChainId() (handler http.Handler, ok bool)
- func (api *Web3APIv1) GetChainInfo() (handler http.Handler, ok bool)
- func (api *Web3APIv1) GetConsensusInfo() (handler http.Handler, ok bool)
- func (api *Web3APIv1) GetEnterpriseConfig() (handler http.Handler, ok bool)
- func (api *Web3APIv1) GetNameInfo() (handler http.Handler, ok bool)
- func (api *Web3APIv1) GetPeers() (handler http.Handler, ok bool)
- func (api *Web3APIv1) GetReceipt() (handler http.Handler, ok bool)
- func (api *Web3APIv1) GetServerInfo() (handler http.Handler, ok bool)
- func (api *Web3APIv1) GetStaking() (handler http.Handler, ok bool)
- func (api *Web3APIv1) GetState() (handler http.Handler, ok bool)
- func (api *Web3APIv1) GetStateAndProof() (handler http.Handler, ok bool)
- func (api *Web3APIv1) GetTX() (handler http.Handler, ok bool)
- func (api *Web3APIv1) GetVotes() (handler http.Handler, ok bool)
- func (api *Web3APIv1) ListBlockHeaders() (handler http.Handler, ok bool)
- func (api *Web3APIv1) ListBlockMetadata() (handler http.Handler, ok bool)
- func (api *Web3APIv1) ListEvents() (handler http.Handler, ok bool)
- func (api *Web3APIv1) Metric() (handler http.Handler, ok bool)
- func (api *Web3APIv1) NewHandler()
- func (api *Web3APIv1) NodeState() (handler http.Handler, ok bool)
- func (api *Web3APIv1) QueryContract() (handler http.Handler, ok bool)
- func (api *Web3APIv1) QueryContractState() (handler http.Handler, ok bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIHandler ¶
type Web3 ¶
type Web3 struct { *component.BaseComponent // contains filtered or unexported fields }
func (*Web3) AfterStart ¶
func (web3 *Web3) AfterStart()
func (*Web3) BeforeStart ¶
func (web3 *Web3) BeforeStart()
func (*Web3) BeforeStop ¶
func (web3 *Web3) BeforeStop()
func (*Web3) Statistics ¶
type Web3APIv1 ¶
type Web3APIv1 struct {
// contains filtered or unexported fields
}
func (*Web3APIv1) GetAccountVotes ¶
func (*Web3APIv1) GetBlockBody ¶
func (*Web3APIv1) GetBlockMetadata ¶
func (*Web3APIv1) GetBlockTransactionCount ¶
func (*Web3APIv1) GetChainInfo ¶
func (*Web3APIv1) GetConsensusInfo ¶
func (*Web3APIv1) GetEnterpriseConfig ¶
func (*Web3APIv1) GetServerInfo ¶
func (*Web3APIv1) GetStateAndProof ¶
func (*Web3APIv1) ListBlockHeaders ¶
func (*Web3APIv1) ListBlockMetadata ¶
func (*Web3APIv1) NewHandler ¶
func (api *Web3APIv1) NewHandler()
func (*Web3APIv1) QueryContract ¶
Click to show internal directories.
Click to hide internal directories.