UNPKG

351 BTypeScriptView Raw
1/**
2 * The Arktoshi base.
3 */
4export declare const ARKTOSHI: number;
5/**
6 * Available transaction types.
7 */
8export declare enum TransactionTypes {
9 Transfer = 0,
10 SecondSignature = 1,
11 DelegateRegistration = 2,
12 Vote = 3,
13 MultiSignature = 4,
14 Ipfs = 5,
15 TimelockTransfer = 6,
16 MultiPayment = 7,
17 DelegateResignation = 8
18}