@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
9 lines • 453 B
TypeScript
/// <reference types="react" />
import { InterpretedTransactionType } from 'types/serverTransactions.types';
import { WithTransactionType } from '../../../../UI/types';
export declare const getStatusIconAndColor: (transaction: InterpretedTransactionType) => {
Icon: () => JSX.Element;
color: string;
};
export declare const TransactionStatus: ({ transaction }: WithTransactionType) => JSX.Element;
//# sourceMappingURL=TransactionStatus.d.ts.map