Function StreamingSwapApiFp
- StreamingSwapApiFp(configuration?): {
streamSwap(hash, height?, options?): Promise<((axios?, basePath?) => AxiosPromise<StreamingSwap>)>;
streamSwaps(height?, options?): Promise<((axios?, basePath?) => AxiosPromise<StreamingSwapsResponse>)>;
} Returns {
streamSwap(hash, height?, options?): Promise<((axios?, basePath?) => AxiosPromise<StreamingSwap>)>;
streamSwaps(height?, options?): Promise<((axios?, basePath?) => AxiosPromise<StreamingSwapsResponse>)>;
}
streamSwap:function
- streamSwap(hash, height?, options?): Promise<((axios?, basePath?) => AxiosPromise<StreamingSwap>)>
Parameters
- hash: string
Optional
height: numberOptional
options: AxiosRequestConfig<any>
Returns Promise<((axios?, basePath?) => AxiosPromise<StreamingSwap>)>
streamSwaps:function
- streamSwaps(height?, options?): Promise<((axios?, basePath?) => AxiosPromise<StreamingSwapsResponse>)>
Parameters
Optional
height: numberOptional
options: AxiosRequestConfig<any>
Returns Promise<((axios?, basePath?) => AxiosPromise<StreamingSwapsResponse>)>
StreamingSwapApi - functional programming interface