UNPKG
@0xobedient/dexscreener-sdk
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
**@0xobedient-DexScreener-SDK**
github.com/0xobedient/dexscreener-sdk
0xobedient/dexscreener-sdk
@0xobedient/dexscreener-sdk
/
dist
/
shared
/
types
/
transaction.d.ts
11 lines
•
277 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
type
TransactionActionType
= {
buy
:
number
;
sell
:
number
; };
export
type
TransactionType
= {
m5
:
TransactionActionType
;
h1
:
TransactionActionType
;
h6
:
TransactionActionType
;
h24
:
TransactionActionType
; };
//# sourceMappingURL=transaction.d.ts.map