@2waychain/2wayjs
Version:
API wrapper to access the AIBlock 2 Way Chain
16 lines (15 loc) • 630 B
TypeScript
export declare const NETWORK_VERSION = 2;
export declare const SEED_REGEN_THRES = 1000;
export declare const BAL_LIMIT = 10000000000;
export declare const ADDRESS_VERSION_OLD = 1;
export declare const ADDRESS_VERSION: null;
export declare const TEMP_ADDRESS_VERSION = 99999;
export declare const ITEM_DEFAULT = 1000;
export declare const TOKEN_FRACTION = 72072000;
export declare const DEFAULT_GENESIS_HASH_SPEC = "default_genesis_hash_spec";
export declare const DEFAULT_HEADERS: {
headers: {
'Content-Type': string;
};
};
export declare const KEYPAIR_LOCAL_STORAGE = "2WayJS_KeypairLocalStorage";