@multiversx/sdk-dapp-swap
Version:
A library to hold the main logic for swapping between tokens on the MultiversX blockchain
7 lines • 298 B
TypeScript
export declare const FIXED_INPUT = 0;
export declare const FIXED_OUTPUT = 1;
export declare const EGLD_IDENTIFIER = "EGLD";
export declare const DIGITS = 4;
export declare const MIN_EGLD_DUST = "10000000000000000";
export declare const POLLING_INTERVAL = 2000;
//# sourceMappingURL=general.d.ts.map