UNPKG

@sofaws/dapp-core

Version:

A library to hold the main logic for a dapp on the Elrond Network

7 lines 245 B
import { ScamInfoType } from 'types/account.types'; export declare const getScamFlag: (input: string, scamInfo?: ScamInfoType) => { output: string; stringWithLinks: string; found: boolean; }; //# sourceMappingURL=getScamFlag.d.ts.map