fromPrivateKey static method

ZilAddress fromPrivateKey(
  1. String privateKey
)

Implementation

static ZilAddress fromPrivateKey(String privateKey) =>
    new ZilAddress(crypto.getAddressFromPrivateKey(privateKey));