@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
7 lines • 368 B
TypeScript
/// <reference types="react" />
import { WithTransactionType } from '../../../UI/types';
export interface TransactionSenderPropsType extends WithTransactionType {
showLockedAccounts?: boolean;
}
export declare const TransactionSender: ({ transaction, showLockedAccounts }: TransactionSenderPropsType) => JSX.Element;
//# sourceMappingURL=TransactionSender.d.ts.map