UNPKG

@sofaws/dapp-core

Version:

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

4 lines 248 B
/// <reference types="react" /> import { WithTransactionType } from '../../../../../UI/types'; export declare const TransactionInfoGasPrice: ({ transaction }: WithTransactionType) => JSX.Element; //# sourceMappingURL=TransactionInfoGasUsed.d.ts.map