UNPKG

@multiversx/sdk-dapp-swap

Version:

A library to hold the main logic for swapping between tokens on the MultiversX blockchain

7 lines 228 B
export declare type RuleType<TValue> = { name: string; message: string; test: (value: TValue) => boolean; }; export declare type RulesTypes<TValue> = Array<RuleType<TValue>>; //# sourceMappingURL=rules.types.d.ts.map