Type Alias: IotaRpcMethodName
IotaRpcMethodName = { [K in keyof IotaClient]: IotaClient[K] extends ((input: any) => Promise<any>) | (() => Promise<any>) ? K : never }[keyof
IotaClient]
IotaRpcMethodName = { [K in keyof IotaClient]: IotaClient[K] extends ((input: any) => Promise<any>) | (() => Promise<any>) ? K : never }[keyof
IotaClient]