Aleo Public RPC Endpoints
Returns information about a transaction from serialized transaction bytes.
The raw transaction hex to decode
{Promise
Returns the block hash of the head of the best valid chain.
{Promise
Returns information about a block from a block hash.
The block hash of the requested block
{Promise
Returns the number of blocks in the best valid chain.
{Promise
Returns the block hash of a block at the given block height in the best valid chain.
The block height of the requested block hash
{Promise
Returns the current mempool and consensus information known by this node.
{Promise
Returns the number of connected peers this node has.
{Promise
Returns the network graph crawled by this node (if it is a bootnode).
{Promise
Returns information about the node.
{Promise
Returns statistics related to the node.
{Promise
Returns the node's connected peers.
{Promise
The transaction id of the requested transaction hex
{Promise
Returns information about a transaction from a transaction id.
-The transaction id of the requested transaction info
{Promise
Send raw transaction bytes to this node to be added into the mempool. If valid, the transaction will be stored and propagated to all peers.
The raw transaction hex to broadcast
{Promise
Validate and return if the transaction is valid.
The raw transaction hex to validate
{Promise
Generated using TypeDoc
Creates an instance of AleoClient.
AleoClient