CreateAccountAuthorization constructor

CreateAccountAuthorization({
  1. String? hezEthereumAddress,
  2. String? bjj,
  3. String? signature,
  4. String? timestamp,
})

Implementation

CreateAccountAuthorization(
    {this.hezEthereumAddress, this.bjj, this.signature, this.timestamp});