Transaction constructor
      
      Transaction({})
     
    
    
Implementation
Transaction({
  required this.signerId,
  required this.publicKey,
  required this.nonce,
  required this.receiverId,
  required this.actions,
  required this.blockHash,
});