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