v1GetNoncesRequest constructor

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

Implementation

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