UNPKG
ndtr-dexter
Version:
latest (2.0.0)
2.0.0
Customizable Typescript SDK for interacting with Cardano DEXs
ndtr-dexter
/
build
/
dex
/
definitions
/
vyfinance
/
pool.js
16 lines
(15 loc)
•
331 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import { DatumParameterKey }
from
'../../../constants'
; export
default
{ constructor:
0
, fields: [ {
int
: DatumParameterKey.PoolAssetABarFee }, {
int
: DatumParameterKey.PoolAssetBBarFee }, {
int
: DatumParameterKey.TotalLpTokens } ] };