UNPKG

242 BTypeScriptView Raw
1export declare enum TransactionTypes {
2 Transfer = 0,
3 SecondSignature = 1,
4 DelegateRegistration = 2,
5 Vote = 3,
6 MultiSignature = 4,
7 Ipfs = 5,
8 TimelockTransfer = 6,
9 MultiPayment = 7,
10 DelegateResignation = 8
11}