UNPKG

@sofaws/dapp-core

Version:

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

8 lines 406 B
/// <reference types="react" /> import { WithTransactionType } from '../../../UI/types'; export interface TransactionRowPropsType extends WithTransactionType { showDirectionCol?: boolean; showLockedAccounts?: boolean; } export declare const TransactionRow: ({ transaction, showDirectionCol, showLockedAccounts }: TransactionRowPropsType) => JSX.Element; //# sourceMappingURL=TransactionRow.d.ts.map