getTwitterRegistryKey static method
Implementation
static SolAddress getTwitterRegistryKey({required String twitterHandle}) {
final hashedTwitterHandle =
NameServiceProgramUtils.getHashedName(twitterHandle);
return NameServiceProgramUtils.getNameAccountProgram(
hashedName: hashedTwitterHandle,
nameParent: NameServiceProgramConst.twitterRootPrentRegisteryKey,
);
}