TGetNoncesResponse constructor

const TGetNoncesResponse({
  1. String? nonce,
  2. String? gasStationNonce,
})

Implementation

const TGetNoncesResponse({
   this.nonce,
   this.gasStationNonce,
});