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
/
pool.d.ts
9 lines
(8 loc)
•
190 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
DatumParameterKey
}
from
'../../../constants'
;
declare
const
_default
: {
constructor
:
number
;
fields
: {
int
:
DatumParameterKey
; }[]; };
export
default
_default;