UNPKG

@multiversx/sdk-dapp-swap

Version:

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

3 lines 190 B
import { RuleType } from 'validation/types'; export declare const getTokenRequiredRule: (tokenId?: string) => RuleType<string | undefined>; //# sourceMappingURL=getTokenRequiredRule.d.ts.map