Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RPCEngine ¶
type RPCEngine struct {
// contains filtered or unexported fields
}
func NewRPCEngine ¶
func (*RPCEngine) PipelineOptions ¶
func (*RPCEngine) WASMExtensions ¶
func (e *RPCEngine) WASMExtensions() map[string]map[string]wasm.WASMExtension
type RPCResponse ¶
type StoreBackedCache ¶
type StoreBackedCache struct {
// contains filtered or unexported fields
}
func NewStoreBackedCache ¶
func (*StoreBackedCache) Save ¶
func (c *StoreBackedCache) Save(ctx context.Context)
func (*StoreBackedCache) Set ¶
func (c *StoreBackedCache) Set(key string, value []byte)
func (*StoreBackedCache) UpdateCache ¶
func (c *StoreBackedCache) UpdateCache(ctx context.Context, blockNum uint64)
Click to show internal directories.
Click to hide internal directories.