Documentation ¶
Index ¶
- type CacheHttp
- func (h CacheHttp) ABCIQueryWithOptions(path string, data []byte, opts rpcclient.ABCIQueryOptions) (*ctypes.ResultABCIQuery, error)
- func (h CacheHttp) Block(height *int64) (*ctypes.ResultBlock, error)
- func (h CacheHttp) Commit(height *int64) (*ctypes.ResultCommit, error)
- func (h CacheHttp) Validators(height *int64, page, perPage *int) (*ctypes.ResultValidators, error)
- type LocalOracleServer
- type OracleServer
- type RPCOracleServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheHttp ¶
type CacheHttp struct {
// contains filtered or unexported fields
}
func (CacheHttp) ABCIQueryWithOptions ¶
func (h CacheHttp) ABCIQueryWithOptions(path string, data []byte, opts rpcclient.ABCIQueryOptions) (*ctypes.ResultABCIQuery, error)
func (CacheHttp) Validators ¶
type LocalOracleServer ¶
type LocalOracleServer struct {
// contains filtered or unexported fields
}
func NewLocalOracleServer ¶
func NewLocalOracleServer(app *baseapp.BaseApp, block *types.Block, vals []*types.Validator, cp *tmproto.ConsensusParams) *LocalOracleServer
func (LocalOracleServer) Get ¶
func (s LocalOracleServer) Get(key []byte) []byte
type OracleServer ¶
type RPCOracleServer ¶
type RPCOracleServer struct {
// contains filtered or unexported fields
}
func NewRPCOracleServer ¶
func (*RPCOracleServer) Get ¶
func (s *RPCOracleServer) Get(key []byte) []byte
Click to show internal directories.
Click to hide internal directories.