HTTP headers to send with any RPC requests, defaults to { "Content-Type": "application/json" }
Optional
raw: TOptional
head: stringOptional
offset: numberOptional
reverse: booleanOptional
account_filter: (`ban_${string}` | `nano_${string}`)[]Optional
include_confirmed: booleanOptional
representative: booleanOptional
weight: booleanOptional
pending: booleanKeep in mind "threshold" parameter is in raw. https://docs.nano.org/commands/rpc-protocol/#receivable
Optional
count: numberOptional
threshold: `${number}`Optional
source: booleanKeep in mind "threshold" parameter is in raw. https://docs.nano.org/commands/rpc-protocol/#delegators
Optional
threshold: numberOptional
count: numberOptional
start: `ban_${string}` | `nano_${string}`Optional
weight: T
Sends RPC requests to the RPC node, also has wrappers for actions that only read the network (write actions are handled by the Wallet class)