Expand description
Nano RPC helpers (account_info, work_generate, process).
Uses curl for HTTP, consistent with the rest of ows-lib (no added HTTP deps).
Structs§
- Nano
Account Info - Account info from the Nano network.
Constants§
- RECEIVE_
DIFFICULTY - SEND_
DIFFICULTY - PoW difficulty thresholds (as hex strings for work_generate RPC).
Functions§
- account_
info - Query
account_infofor a Nano account. - process_
block - Publish a block to the Nano network via
processRPC. - work_
generate - Request proof-of-work with multi-endpoint fallback.