UNPKG

@sofaws/dapp-core

Version:

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

10 lines 397 B
import { DecodeMethodEnum } from 'types/serverTransactions.types'; export declare const getDisplayValueAndValidationWarnings: ({ parts, decodeMethod, identifier }: { parts: string[]; decodeMethod: DecodeMethodEnum; identifier?: string | undefined; }) => { displayValue: string; validationWarnings: string[]; }; //# sourceMappingURL=getDisplayValueAndValidationWarnings.d.ts.map