Structs§
- SuiNodeProvider queries the sui blockchain and keeps a record of known validators based on the response from sui_getValidators. The node name, public key and other info is extracted from the chain and stored in this data structure. We pass this struct to the tls verifier and it depends on the state contained within. Handlers also use this data in an Extractor extension to check incoming clients on the http api against known keys.
Type Aliases§
- AllowedPeers is a mapping of public key to AllowedPeer data