InternalTransactionBean constructor

InternalTransactionBean(
  1. String transactionType,
  2. BigInt notBefore, [
  3. String? from,
  4. String? to,
  5. String? message,
  6. BigInt? redValue,
  7. BigInt? greenValue,
  8. String? transactionHash,
  9. int? epoch,
  10. int? slot,
])

Implementation

InternalTransactionBean(this.transactionType, this.notBefore,
    [this.from,
    this.to,
    this.message,
    this.redValue,
    this.greenValue,
    this.transactionHash,
    this.epoch,
    this.slot]);