PoolTransaction constructor

PoolTransaction({
  1. String? amount,
  2. int? fee,
  3. String? fromAccountIndex,
  4. String? fromBJJ,
  5. String? fromHezEthereumAddress,
  6. String? id,
  7. String? info,
  8. int? nonce,
  9. String? requestAmount,
  10. int? requestFee,
  11. String? requestFromAccountIndex,
  12. String? requestNonce,
  13. String? requestToAccountIndex,
  14. String? requestToBJJ,
  15. String? requestToHezEthereumAddress,
  16. String? requestTokenId,
  17. String? signature,
  18. String? state,
  19. String? timestamp,
  20. String? toAccountIndex,
  21. String? toBjj,
  22. String? toHezEthereumAddress,
  23. Token? token,
  24. String? type,
})

Implementation

PoolTransaction(
    {this.amount,
    this.fee,
    this.fromAccountIndex,
    this.fromBJJ,
    this.fromHezEthereumAddress,
    this.id,
    this.info,
    this.nonce,
    this.requestAmount,
    this.requestFee,
    this.requestFromAccountIndex,
    this.requestNonce,
    this.requestToAccountIndex,
    this.requestToBJJ,
    this.requestToHezEthereumAddress,
    this.requestTokenId,
    this.signature,
    this.state,
    this.timestamp,
    this.toAccountIndex,
    this.toBjj,
    this.toHezEthereumAddress,
    this.token,
    this.type});