Function TransactionsApiFp
- TransactionsApiFp(configuration?): {
tx(hash, height?, options?): Promise<((axios?, basePath?) => AxiosPromise<TxResponse>)>;
txSigners(hash, height?, options?): Promise<((axios?, basePath?) => AxiosPromise<TxSignersResponse>)>;
} Returns {
tx(hash, height?, options?): Promise<((axios?, basePath?) => AxiosPromise<TxResponse>)>;
txSigners(hash, height?, options?): Promise<((axios?, basePath?) => AxiosPromise<TxSignersResponse>)>;
}
tx:function
- tx(hash, height?, options?): Promise<((axios?, basePath?) => AxiosPromise<TxResponse>)>
Parameters
- hash: string
Optional
height: numberOptional
options: AxiosRequestConfig<any>
Returns Promise<((axios?, basePath?) => AxiosPromise<TxResponse>)>
txSigners:function
- txSigners(hash, height?, options?): Promise<((axios?, basePath?) => AxiosPromise<TxSignersResponse>)>
Parameters
- hash: string
Optional
height: numberOptional
options: AxiosRequestConfig<any>
Returns Promise<((axios?, basePath?) => AxiosPromise<TxSignersResponse>)>
TransactionsApi - functional programming interface