hexAddress method

String hexAddress()

Implementation

String hexAddress() {
  return HexString.fromBuffer(address).hex();
}