fromPublicKey static method

ZilAddress fromPublicKey(
  1. String publicKey
)

Implementation

static ZilAddress fromPublicKey(String publicKey) =>
    new ZilAddress(crypto.getAddressFromPublicKey(publicKey));