TGetNoncesBody constructor

const TGetNoncesBody({
  1. String? organizationId,
  2. required String address,
  3. required String caip2,
  4. bool? nonce,
  5. bool? gasStationNonce,
})

Implementation

const TGetNoncesBody({
   this.organizationId,
  required  this.address,
  required  this.caip2,
   this.nonce,
   this.gasStationNonce,
});