A change applied to the E2E conference call blockchain state, recorded in an e2e.chain.Block to modify the call's key-value store, participant list, or shared encryption key.
e2e.chain.changeNoop#deb4a41b nonce:int256 = e2e.chain.Change;
e2e.chain.changeSetValue#7c4f9bfa key:bytes value:bytes = e2e.chain.Change;
e2e.chain.changeSetGroupState#2cf17146 group_state:e2e.chain.GroupState = e2e.chain.Change;
e2e.chain.changeSetSharedKey#987a2158 shared_key:e2e.chain.SharedKey = e2e.chain.Change;
| Constructor | Description |
|---|---|
| e2e.chain.changeNoop | A no-operation E2E conference call blockchain change, potentially used only to randomize the resulting block hash. |
| e2e.chain.changeSetValue | Updates the key-value trie state for an E2E conference call blockchain. |
| e2e.chain.changeSetGroupState | Updates the E2E conference call participant list and permissions, clearing the current shared key state. |
| e2e.chain.changeSetSharedKey | Establishes a new shared encryption key for an E2E conference call, encrypted individually for each current participant. |