package
0.0.0-20240806012525-31387fc58976
Repository: https://github.com/scdoproject/go-scdo.git
Documentation: pkg.go.dev

# Functions

GetAPIs returns the rpc apis.
GetDebt returns the debt for the specified debt hash.
GetTransaction returns the transaction by the given blockchain store and transaction hash.
NewPrivateDebugAPI creates a new NewPrivateDebugAPI object for rpc service.
NewPrivateNetworkAPI creates a new PrivateNetworkAPI object for rpc service.
NewPublicScdoAPI creates a new PublicScdoAPI object for rpc service.
NewTransactionPoolAPI creates a new PrivateTransactionPoolAPI object for transaction pool rpc service.
PrintableOutputTx converts the given tx to the RPC output.
PrintableReceipt converts the given Receipt to the RPC output.

# Variables

Error variables.
ErrInvalidAccount the account is invalid.
Error variables.
KeyABIHash is the hash key to storing abi to statedb.

# Structs

BlockIndex represents the index info in a block.
GetBalanceResponse response param for GetBalance api.
GetLogsResponse response param for GetLogs api.
GetMinerInfo returns miner simple info.
No description provided by the author
PrivateDebugAPI provides an API to access full node-related information for debugging.
PrivateNetworkAPI provides an API to access network information.
PublicScdoAPI provides an API to access full node-related information.
TransactionPoolAPI provides an API to access transaction pool information.

# Interfaces

Backend interface provides the common API services (that are provided by both full and light clients) with access to necessary functions.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author