forked from BitDesert/nano-node-rpc
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
- Deprecate Pending RPC Commands
- Add Receivable RPC Commands
- Add new Delegators options
- Iterate through existing RPC commands, check new options.
The following snippet should support threshold option.
export const delegatorsRpc = async (address, threshold: number): Promise<DelegatorsResponse> =>
NANO_CLIENT.delegators(address)
.then((delegators: DelegatorsResponse) => Promise.resolve(delegators))
.catch((err) => Promise.reject(err));
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels