TransactionBean constructor

TransactionBean([
  1. String? publicKey,
  2. String? signature,
  3. String? message,
  4. String? randomSeed,
  5. String? walletCypher,
])

Implementation

TransactionBean([this.publicKey, this.signature, this.message, this.randomSeed,
    this.walletCypher]);