Aleo Private RPC Endpoints
RPC Endpoints auth username
RPC Endpoints auth password
Creates a new account private key and its corresponding account address.
{Promise
Creates a new transaction and returns the encoded transaction along with the encoded records.
An array of hex encoded records to be spent
An array of private keys authorized to spend the records
The array of transaction recipient objects
The transaction memo
The network id of the transaction
{Promise
Create a new transaction from a given transaction kernel, returning the encoded transaction and the new records.
An array of private key strings
The hex encoded transaction kernel
{Promise
Create a new transaction kernel.
An array of hex encoded records to be spent
An array of private keys authorized to spend the records
The array of transaction recipient objects
-The transaction memo
The network id of the transaction
{Promise
Returns information about a record from serialized record hex.
The raw record hex to decode
{Promise
Decrypts the encrypted record and returns the hex encoded bytes of the record.
The encrypted record
The account view key used to decrypt the ciphertext
{Promise
Disconnects the node from the given address.
The address to disconnect in an IP:port format
{Promise
Returns the hex encoded bytes of a record from its record commitment.
The record commitment
{Promise
Returns the number of record commitments that are stored on the full node.
{Promise
Returns a list of record commitments that are stored on the full node.
{Promise<Array
Generated using TypeDoc
Creates an instance of AleoAuthClient.
AleoAuthClient