Versions in this module Expand all Collapse all v1 v1.2.0 Mar 8, 2026 Changes in this version + type Handler struct + func NewHandler(memoryStore MemoryStore, nodeAddress string, nodeVersion string) *Handler + func (h *Handler) GetAssets(c *rpc.Context) + func (h *Handler) GetConfig(c *rpc.Context) + func (h *Handler) Ping(c *rpc.Context) + type MemoryStore interface + GetAssets func(blockchainID *uint64) ([]core.Asset, error) + GetBlockchains func() ([]core.Blockchain, error) + type MockMemoryStore struct + func (m *MockMemoryStore) GetAssets(blockchainID *uint64) ([]core.Asset, error) + func (m *MockMemoryStore) GetBlockchains() ([]core.Blockchain, error)