Get desktop application:
View/edit binary Protocol Buffers messages
* A record of the proof key a node had in a particular address book. Necessary to keep at each point history so that nodes can verify the correct key was used to sign in transitions starting from the current address book; no matter how keys have been rotated from the time the address book was created.
Used in:
* The node id.
* The node's consensus weight when the ledger id was published.
* The public key the node used to contribute to history proofs when the ledger id was published.
* A system initiated transaction to externalize the ledger id and verification key for recursive chain-of-trust proofs extending from the new ledger id. This transaction SHALL be issued whenever the ledger id changes.<br/> This transaction MUST NOT be sent by a client and SHALL be rejected if received by any node.<br/> This transaction SHALL be present in the record stream or block stream. ### Block Stream Effects None
Used in:
* The new ledger id.
* The key to use when verifying recursive chain-of-trust proofs that extend from this ledger id.
* The node-specific contributions made to the new ledger id.