rpcaccounts

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: May 31, 2024 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RPC = struct {
	RpcService struct{ All, GetByTags, Get string }
}{
	RpcService: struct{ All, GetByTags, Get string }{
		All:       "all",
		GetByTags: "getbytags",
		Get:       "get",
	},
}

Functions

This section is empty.

Types

type RpcService

type RpcService struct {
	zenrpc.Service
	// contains filtered or unexported fields
}

RpcService provides statistics from the database related to blockchain elements.

func NewRpcService

func NewRpcService(db db.Adapter, pool *clients.ClientPool, nats *nats.Conn, cache *cache.Redis) *RpcService

func (RpcService) All

func (s RpcService) All(ctx context.Context, networkId utils.NetworkID, limit uint, offset uint) ([]*rpctypes.Account, *zenrpc.Error)

func (RpcService) Get

func (s RpcService) Get(ctx context.Context, networkId utils.NetworkID, address common.Address) (*rpctypes.Account, *zenrpc.Error)

func (RpcService) GetByTags

func (s RpcService) GetByTags(ctx context.Context, networkId utils.NetworkID, tags []string, limit uint, offset uint) ([]*rpctypes.Account, *zenrpc.Error)

func (RpcService) Invoke

func (s RpcService) Invoke(ctx context.Context, w http.ResponseWriter, method string, params json.RawMessage) zenrpc.Response

Invoke is as generated code from zenrpc cmd

func (RpcService) SMD

func (RpcService) SMD() smd.ServiceInfo

Jump to

Keyboard shortcuts

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