E2e.chain.GroupBroadcast

A broadcast message used in the E2E conference call key verification protocol, implementing the commit/reveal scheme for generating verifiable call emoji.

e2e.chain.groupBroadcastNonceCommit#d1512ae7 signature:int512 user_id:int64 chain_height:int32 chain_hash:int256 nonce_hash:int256 = e2e.chain.GroupBroadcast;
e2e.chain.groupBroadcastNonceReveal#83f4f9d8 signature:int512 user_id:int64 chain_height:int32 chain_hash:int256 nonce:int256 = e2e.chain.GroupBroadcast;

Constructors

Constructor Description
e2e.chain.groupBroadcastNonceCommit Commit message for the E2E conference call emoji verification protocol.

When submitting this broadcast to the server, use the canonical constructor ID shown in the schema; broadcasts returned by the server use the constructor ID described in the subchain documentation.
e2e.chain.groupBroadcastNonceReveal Reveal message for the E2E conference call emoji verification protocol.

When submitting this broadcast to the server, use the canonical constructor ID shown in the schema; broadcasts returned by the server use the constructor ID described in the subchain documentation.