QueryAddressConvertResponse constructor

const QueryAddressConvertResponse({
  1. String? hexAddress,
  2. String? bech32Address,
})

Implementation

const QueryAddressConvertResponse({this.hexAddress, this.bech32Address});