/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type EthBalance = { /** * Balance in ETH */ balance?: string; }