UNPKG

@sofaws/dapp-core

Version:

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

7 lines 372 B
/// <reference types="react" /> import { WithTransactionType } from '../../../../UI/types'; export interface TransactionValuePropsType extends WithTransactionType { hideMultipleBadge?: boolean; } export declare const TransactionValue: ({ transaction, hideMultipleBadge }: TransactionValuePropsType) => JSX.Element | null; //# sourceMappingURL=TransactionValue.d.ts.map