Type alias EVMTransactionRequest

EVMTransactionRequest: {
    data: string;
    gasLimit: string;
    gasPrice: string;
    maxFeePerGas: string;
    maxPriorityFeePerGas: string;
    routeType: string;
    targetAddress: string;
    value: string;
}

Type declaration

  • data: string
  • gasLimit: string
  • gasPrice: string
  • maxFeePerGas: string
  • maxPriorityFeePerGas: string
  • routeType: string
  • targetAddress: string
  • value: string