GetNotary

rpc GetNotary

participant.v1.GetNotaryRequest

Gets the signature of the Notary for this Authority/Notary.

requests GetNotaryRequest

participant.v1.GetNotaryRequest

FieldTypeDescription
notary_verifierstringPublic key of the Notary.
authority_verifierstringPublic key of the authority that will sign the notary verifier

returns GetNotaryResponse

participant.v1.GetNotaryResponse

FieldTypeDescription
signaturebytesThe signature of the Notary created by signing the Notary Public key with the Authority keypair
{
  "signature": "ByteLengthSignatureVariesByAlgo="
}