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
/
order.js
18 lines
(17 loc)
•
387 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import
{
DatumParameterKey
}
from
'../../../constants'
;
export
default
{
constructor:
0
,
fields:
[ {
bytes:
DatumParameterKey.SenderKeyHashes
}, {
constructor:
DatumParameterKey.Action
,
fields:
[ {
int:
DatumParameterKey.MinReceive
} ] } ] }
;