TransactionResult constructor

TransactionResult(
  1. String sith,
  2. bool validity,
  3. String? from,
  4. String? to,
  5. String? message,
  6. int notBefore,
  7. BigInt? redValue,
  8. BigInt? greenValue,
  9. String transactionType,
  10. String transactionHash,
  11. int? epoch,
  12. int? slot,
  13. String transactionBeanJson,
)

Implementation

TransactionResult(
    this.sith,
    this.validity,
    this.from,
    this.to,
    this.message,
    this.notBefore,
    this.redValue,
    this.greenValue,
    this.transactionType,
    this.transactionHash,
    this.epoch,
    this.slot,
    this.transactionBeanJson);