UNPKG
@dinolab/crypto-mm
Version:
latest (1.0.0)
1.0.0
Crypto Market Maker
@dinolab/crypto-mm
/
dist
/
market-maker
/
models
/
results.d.ts
7 lines
•
207 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ExchangeType
}
from
"../types/types.js"
;
export
interface
LaunchTokenResult
{
exchangeType
:
ExchangeType
;
tokenAddress
:
string
;
lpAddress
:
string
; }
//# sourceMappingURL=results.d.ts.map