Skip to content

V23 Updates #11

@dev-ptera

Description

@dev-ptera
  • 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));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions