@coinmeca/wallet-sdk
Version:
24 lines • 1.07 kB
TypeScript
import type { Kdf } from "./types";
type KdfProfile = Pick<Kdf, "iterations" | "parallelism" | "memorySize" | "hashLength">;
export declare const locktime: readonly [1, 3, 5, 10, 15, 30, 60, 30, 120, 240, 360, 480, 720];
export declare const textLimit = 120;
export declare const logoLimit = 65536;
export declare const quantityLimit = 80;
export declare const symbolLimit = 32;
export declare const tokenIdLimit = 256;
export declare const pathLimit = 256;
export declare const urlLimit = 2048;
export declare const appLimit = 256;
export declare const approvalLimit = 64;
export declare const chainLimit = 256;
export declare const chainUrlCountLimit = 16;
export declare const contactBucketLimit = 32;
export declare const contactEntryLimit = 64;
export declare const tokenListCountLimit = 256;
export declare const nftContractLimit = 128;
export declare const tokenIdCountLimit = 256;
export declare const txHistoryLimit = 512;
export declare const accountLimit = 1024;
export declare const kdfs: readonly KdfProfile[];
export {};
//# sourceMappingURL=constants.d.ts.map