Proof of the E2E conference call blockchain state after a block has been applied.
e2e.chain.stateProof#d6b679e6 flags:# kv_hash:int256 group_state:flags.0?e2e.chain.GroupState shared_key:flags.1?e2e.chain.SharedKey = e2e.chain.StateProof;
| Name | Type | Description |
|---|---|---|
| flags | # | Flags, see TL conditional fields |
| kv_hash | int256 | Root hash of the key-value trie after applying the block. |
| group_state | flags.0?e2e.chain.GroupState | Resulting participant and permission state. Must be omitted if the block contains a ChangeSetGroupState action. Must be present if the block doesn't contain a ChangeSetGroupState action. |
| shared_key | flags.1?e2e.chain.SharedKey | Resulting shared key state. Must be omitted if the block contains a ChangeSetGroupState action and/or a ChangeSetSharedKey action. Must be present if the block doesn't contain a ChangeSetGroupState action and/or a ChangeSetSharedKey action. |