backend

package
v1.0.0-rc06 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 8, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL