UNPKG
@kamino-finance/kamino-db
Version:
latest (8.1.18)
8.1.18
8.1.17
8.1.16
8.1.15
8.1.14
8.1.13
8.1.12
8.1.11
8.1.10
8.1.9
8.1.8
8.1.7
8.1.6
8.1.5
8.1.4
8.1.3
8.1.2
8.1.1
8.1.0
8.0.66
8.0.65
8.0.64
8.0.63
8.0.62
8.0.61
8.0.60
8.0.59
8.0.58
8.0.57
8.0.56
8.0.55
8.0.54
8.0.53
8.0.52
8.0.51
8.0.50
8.0.49
8.0.48
8.0.47
8.0.46
8.0.45
8.0.44
8.0.43
8.0.42
8.0.41
8.0.40
8.0.39
8.0.38
8.0.37
8.0.36
8.0.35
8.0.34
8.0.33
8.0.32
8.0.31
8.0.30
8.0.29
8.0.28
8.0.27
8.0.26
8.0.25
8.0.24
8.0.23
8.0.22
8.0.21
8.0.20
8.0.19
8.0.18
8.0.17
8.0.16
8.0.15
8.0.14
8.0.13
8.0.12
8.0.11
8.0.10
8.0.9
8.0.8
8.0.7
8.0.6
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
Kamino database models
github.com/kamino-finance/kamino-db
kamino-finance/kamino-db
@kamino-finance/kamino-db
/
src
/
models
/
RawInstructionEntity.ts
11 lines
(9 loc)
•
212 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
RawInstructionEntity
{
id
:
bigint
;
transaction_signature
:
string
;
ordinal
:
number
;
created_on
:
Date
;
raw_json
:
string
;
instruction_id
:
number
; }
export
default
RawInstructionEntity
;