- NodesApiFactory(configuration?, basePath?, axios?): {
node(address, height?, options?): AxiosPromise<Node>;
nodes(height?, options?): AxiosPromise<NodesResponse>;
} Parameters
Optional
configuration: ConfigurationOptional
basePath: stringOptional
axios: AxiosInstance
Returns {
node(address, height?, options?): AxiosPromise<Node>;
nodes(height?, options?): AxiosPromise<NodesResponse>;
}
node:function
- node(address, height?, options?): AxiosPromise<Node>
Parameters
- address: string
Optional
height: numberOptional
options: any
Returns AxiosPromise<Node>
nodes:function
- nodes(height?, options?): AxiosPromise<NodesResponse>
Parameters
Optional
height: numberOptional
options: any
NodesApi - factory interface