Preparing search index...
The search index is not available
lootex - v0.2.0
lootex
api/endpoints/misc
createMiscEndpoints
Function createMiscEndpoints
create
Misc
Endpoints
(
request
)
:
{
getCurrencyHistory
:
(
(
params
:
GetCurrencyHistoryParams
)
=>
Promise
<
GetCurrencyHistoryResponse
>
)
;
getRates
:
(
(
)
=>
Promise
<
GetCurrencyRatesResponse
>
)
;
report
:
(
(
params
:
ReportParams
)
=>
Promise
<
string
>
)
;
syncOrder
:
(
(
params
:
SyncOrderParams
)
=>
Promise
<
unknown
>
)
;
syncTxHash
:
(
(
params
:
SyncTxHashParams
)
=>
Promise
<
boolean
>
)
;
}
Parameters
request
:
(
<
ResponseBody
>
(
__namedParameters
:
RequestOptions
)
=>
Promise
<
ResponseBody
>
)
<
ResponseBody
>
(
__namedParameters
)
:
Promise
<
ResponseBody
>
Type Parameters
ResponseBody
Parameters
__namedParameters
:
RequestOptions
Returns
Promise
<
ResponseBody
>
Returns
{
getCurrencyHistory
:
(
(
params
:
GetCurrencyHistoryParams
)
=>
Promise
<
GetCurrencyHistoryResponse
>
)
;
getRates
:
(
(
)
=>
Promise
<
GetCurrencyRatesResponse
>
)
;
report
:
(
(
params
:
ReportParams
)
=>
Promise
<
string
>
)
;
syncOrder
:
(
(
params
:
SyncOrderParams
)
=>
Promise
<
unknown
>
)
;
syncTxHash
:
(
(
params
:
SyncTxHashParams
)
=>
Promise
<
boolean
>
)
;
}
get
Currency
History
:
(
(
params
:
GetCurrencyHistoryParams
)
=>
Promise
<
GetCurrencyHistoryResponse
>
)
(
params
)
:
Promise
<
GetCurrencyHistoryResponse
>
Parameters
params
:
GetCurrencyHistoryParams
Returns
Promise
<
GetCurrencyHistoryResponse
>
get
Rates
:
(
(
)
=>
Promise
<
GetCurrencyRatesResponse
>
)
(
)
:
Promise
<
GetCurrencyRatesResponse
>
Returns
Promise
<
GetCurrencyRatesResponse
>
report
:
(
(
params
:
ReportParams
)
=>
Promise
<
string
>
)
(
params
)
:
Promise
<
string
>
Parameters
params
:
ReportParams
Returns
Promise
<
string
>
sync
Order
:
(
(
params
:
SyncOrderParams
)
=>
Promise
<
unknown
>
)
(
params
)
:
Promise
<
unknown
>
Parameters
params
:
SyncOrderParams
Returns
Promise
<
unknown
>
sync
Tx
Hash
:
(
(
params
:
SyncTxHashParams
)
=>
Promise
<
boolean
>
)
(
params
)
:
Promise
<
boolean
>
Parameters
params
:
SyncTxHashParams
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
lootex - v0.2.0
Loading...