UNPKG

@etherspot/data-utils

Version:
10 lines (7 loc) 156 B
import { BigNumber } from 'ethers'; declare class TransactionData { to: string; data: string; value: BigNumber; } export { TransactionData };