ReceiveSecretData

common.ReceiveSecretData

type ReceiveSecretData

common.ReceiveSecretData

FieldTypeDescription
participantstringParticipant Public Key.
contract_idstringContract ID.
secretstringBase64 Encoding of Secret bytes.
{
  "participant": "zParticipantPublicKey",
  "contract_id": "a18f7224-a7c1-41f8-b14f-75e920b8ea81",
  "secret": "SecretBytes"
}