package
1.2.7
Repository: https://github.com/seeleteam/scan-api.git
Documentation: pkg.go.dev

# Functions

Dial connects to a JSON-RPC 2.0 server at the specified network address.
NewClient returns a new Client to handle requests to the set of services at the other end of the connection.
NewClientCodec returns a new rpc.ClientCodec using JSON-RPC 2.0 on conn.
NewClientWithCodec returns a new Client using the given rpc.ClientCodec.
NewError returns an Error with given code and message.
NewJSONCodec returns a new rpc.ServerCodec using JSON-RPC on conn.
NewRPC create new json_rpc client with given url.
ServeConn runs the JSON-RPC server on a single connection.
ServerError convert errors returned by Client.Call() into Error.

# Structs

BatchArg is a param for internal RPC JSONRPC2.Batch.
BlockInfo is the block data send from seele node.
Client represents a JSON RPC 2.0 Client.
CurrentBlock is the informations about the best block.
No description provided by the author
Error represent JSON-RPC 2.0 "Error object".
GetBlockByHeightRequest request param for GetBlockByHeight api.
No description provided by the author
JSONRPC2 is an internal RPC service used to process batch requests.
PeerInfo is the peer info send from seele node.
Receipt is the receipt information of tx.
SeeleRPC json_rpc client.
Transaction is the transaction data send from seele node.
No description provided by the author