UNPKG

@sofaws/dapp-core

Version:

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

6 lines 376 B
/// <reference types="react" /> import { DataDecodeType } from 'utils/transactions/transactionInfoHelpers/useDataDecode'; import { WithClassnameType } from '../../../../UI/types'; export declare type DataDecodePropsType = WithClassnameType & DataDecodeType; export declare const DataDecode: (props: DataDecodePropsType) => JSX.Element; //# sourceMappingURL=DataDecode.d.ts.map