Documentation ¶
Index ¶
- type RollAppWasmBackend
- type RollAppWasmBackendI
- type RollAppWasmRequestInterceptor
- func (m *RollAppWasmRequestInterceptor) GetAccount(accountAddressStr string) (intercepted, append bool, response berpctypes.GenericBackendResponse, ...)
- func (m *RollAppWasmRequestInterceptor) GetDenomsInformation() (intercepted, append bool, denoms map[string]string, err error)
- func (m *RollAppWasmRequestInterceptor) GetModuleParams(moduleName string) (intercepted bool, res berpctypes.GenericBackendResponse, err error)
- func (m *RollAppWasmRequestInterceptor) GetTransactionByHash(hashStr string) (intercepted bool, response berpctypes.GenericBackendResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RollAppWasmBackend ¶
type RollAppWasmBackend struct {
// contains filtered or unexported fields
}
RollAppWasmBackend implements the RollAppWasmBackendI interface
func NewRollAppWasmBackend ¶
func NewRollAppWasmBackend( ctx *server.Context, logger log.Logger, clientCtx client.Context, ) *RollAppWasmBackend
NewRollAppWasmBackend creates a new RollAppWasmBackend instance for RollApp EVM Block Explorer
func (*RollAppWasmBackend) GetSequencersModuleParams ¶
func (m *RollAppWasmBackend) GetSequencersModuleParams() (*sequencerstypes.Params, error)
type RollAppWasmBackendI ¶
type RollAppWasmBackendI interface {
GetSequencersModuleParams() (*sequencerstypes.Params, error)
}
type RollAppWasmRequestInterceptor ¶
type RollAppWasmRequestInterceptor struct {
// contains filtered or unexported fields
}
func NewRollAppWasmRequestInterceptor ¶
func NewRollAppWasmRequestInterceptor( beRpcBackend berpcbackend.BackendI, backend RollAppWasmBackendI, defaultInterceptor berpcbackend.RequestInterceptor, ) *RollAppWasmRequestInterceptor
func (*RollAppWasmRequestInterceptor) GetAccount ¶
func (m *RollAppWasmRequestInterceptor) GetAccount(accountAddressStr string) (intercepted, append bool, response berpctypes.GenericBackendResponse, err error)
func (*RollAppWasmRequestInterceptor) GetDenomsInformation ¶
func (m *RollAppWasmRequestInterceptor) GetDenomsInformation() (intercepted, append bool, denoms map[string]string, err error)
func (*RollAppWasmRequestInterceptor) GetModuleParams ¶
func (m *RollAppWasmRequestInterceptor) GetModuleParams(moduleName string) (intercepted bool, res berpctypes.GenericBackendResponse, err error)
func (*RollAppWasmRequestInterceptor) GetTransactionByHash ¶
func (m *RollAppWasmRequestInterceptor) GetTransactionByHash(hashStr string) (intercepted bool, response berpctypes.GenericBackendResponse, err error)
Click to show internal directories.
Click to hide internal directories.