RPC Methods
Aleo RPC
You can review the official Aleo RPC documentation HERE
Example
If you want to obtain the details of a transaction, you can call the method getTransaction,
which returns the transaction for the given transaction ID.
Parameter
Type
Description
transactionID
String
The transaction id of the requested transaction hex
Available Aleo API request methods,You can review the official Aleo RPC documentation HERE for parameter descriptions
Find Transaction ID from Program ID
Last updated