UNPKG

@etherspot/data-utils

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