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.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;