default
Api Code Documentation / Exports / system/blockchainApi / default
system/blockchainApi.default
#
Table of contents#
Constructors#
Properties#
Methods#
Constructors#
constructor• new default()
#
Defined insrc/system/blockchainApi.ts:10
#
Properties#
timeStamp• timeStamp: number
= 0
#
Defined in#
Methods#
fetchVersionâ–¸ fetchVersion(): Promise
<AxiosResponse
<any
>>
#
ReturnsPromise
<AxiosResponse
<any
>>
#
Defined insrc/system/blockchainApi.ts:30
#
setBaseUrlâ–¸ setBaseUrl(url
): void
#
ParametersName | Type |
---|---|
url | any |
#
Returnsvoid