EthCallRequest constructor

const EthCallRequest({
  1. List<int>? args,
  2. BigInt? gasCap,
  3. List<int>? proposerAddress,
  4. BigInt? chainId,
})

Implementation

const EthCallRequest({
  this.args,
  this.gasCap,
  this.proposerAddress,
  this.chainId,
});