You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
As the node implements the utxo index protocol (#426) and raw p2p protocol, we need a programmatic API to use it from other processes. You can also embed the whole node as a library, but for any other language, it will require an FFI, which would be effectively the same as this RPC API.
As the node implements the utxo index protocol (#426) and raw p2p protocol, we need a programmatic API to use it from other processes. You can also embed the whole node as a library, but for any other language, it will require an FFI, which would be effectively the same as this RPC API.
Core blockchain functions:
Tx builder:
The text was updated successfully, but these errors were encountered: