UNPKG
@indigo-labs/dexter
Version:
latest (5.4.10)
5.4.10
5.4.8
5.4.6
5.4.5
5.4.4
5.4.3
5.4.2
5.4.1
5.4.0
5.3.0
5.2.0
5.1.0
5.0.3
5.0.2
5.0.0
4.2.1
4.2.0
4.1.0
4.0.2
4.0.1
4.0.0
3.0.3
3.0.2
3.0.1
2.0.0
1.0.5
1.0.4
1.0.1
1.0.0
Customizable Typescript SDK for interacting with Cardano DEXs
@indigo-labs/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
} ] } ] }
;