Variable RegistryPayloadData.public_key

the public key that we want to register

struct RegistryPayloadData
{
  // ...
  PublicKey public_key ;
  // ...
}