UNPKG
@swaptoshi/dex-module
Version:
latest (1.0.0-alpha.0)
1.0.0-alpha.0
Klayr decentralized exchange (dex) on-chain module
swaptoshi.com
Swaptoshi/swaptoshi-sdk
@swaptoshi/dex-module
/
dist
/
schema
/
endpoint
/
get_config.d.ts
8 lines
(7 loc)
•
286 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
const
getConfigEndpointResponseSchema
:
import
(
"@swaptoshi/governance-module"
).
GovernableConfigSchema
<
import
(
"../.."
).
DexModuleConfig
>;
export
declare
const
getConfigEndpointRequestSchema
: {
$id
:
string
;
type
:
string
;
required
:
never
[];
properties
: {}; };