fromAddress static method

ZilAddress fromAddress(
  1. String address
)

Implementation

static ZilAddress fromAddress(String address) =>
    new ZilAddress(address.toLowerCase());