UNPKG

457 BTypeScriptView Raw
1export declare enum TransactionType {
2 Transfer = 0,
3 SecondSignature = 1,
4 DelegateRegistration = 2,
5 Vote = 3,
6 MultiSignature = 4,
7 Ipfs = 5,
8 MultiPayment = 6,
9 DelegateResignation = 7,
10 HtlcLock = 8,
11 HtlcClaim = 9,
12 HtlcRefund = 10
13}
14export declare enum TransactionTypeGroup {
15 Test = 0,
16 Core = 1,
17 Reserved = 1000
18}
19export declare enum HtlcLockExpirationType {
20 EpochTimestamp = 1,
21 BlockHeight = 2
22}