List<int> addressBytes(String pubKey) { final List<int> byteList = base58.decode(pubKey).toList(); return byteList; }