TVFData constructor

const TVFData({
  1. List<String>? rpcMethods,
  2. String? chainId,
  3. List<String>? contractAddresses,
  4. List<String>? txHashes,
  5. dynamic requestParams,
})

Implementation

const TVFData({
  this.rpcMethods,
  this.chainId,
  this.contractAddresses,
  this.txHashes,
  this.requestParams,
});