UNPKG

@sofaws/dapp-core

Version:

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

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