UNPKG

@sofaws/dapp-core

Version:

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

6 lines 255 B
import { ScamInfoType } from 'types/account.types'; export declare function getScamAddressData(addressToVerify: string): Promise<{ scamInfo?: ScamInfoType | undefined; code?: string | undefined; }>; //# sourceMappingURL=getScamAddressData.d.ts.map