Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SystemMethods

Hierarchy

Index

Methods

listMethods

listNotifications

multicall

  • This methods encapsulates multiple method calls in a single request. methods is an array of structs. The structs contain two keys: methodName and params. methodName is the method name to call and params is array containing parameters to the method call. This method returns an array of responses. The elements will be either a one-item array containing the return value of the method call or a struct of fault element if an encapsulated method call fails.

    Type parameters

    • T0

    • T1

    Parameters

    Returns Promise<TAria2ClientMulticallResult<T1>>

Generated using TypeDoc