@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
10 lines • 355 B
TypeScript
import { DecodeMethodEnum } from 'types/serverTransactions.types';
export declare const decodeForDisplay: ({ input, decodeMethod, identifier }: {
input: string;
decodeMethod: DecodeMethodEnum;
identifier?: string | undefined;
}) => {
displayValue: string;
validationWarnings: string[];
};
//# sourceMappingURL=decodeForDisplay.d.ts.map