getContentHash method

Future<String> getContentHash()

Sets the address for the current ENS name for the coinId provided.

Implementation

Future<String> getContentHash() async {
  return hex.encode(await contenthash(nodeHash));
}