ZilAddress constructor

ZilAddress(
  1. String str
)

constructor super from Address

Implementation

ZilAddress(String str) : super(str);