Crate chainlink_solana

Crate chainlink_solana 

Source
Expand description

Chainlink feed client for Solana.

Modulesยง

v2
Version 2 of SDK directly reads feed account data. SDK deserializes underlying account layout and returns a user-friendly Feed struct which can be used to return additional data. Deserializing or reading account layout or Borsh deserializing on your own by the client is highly discouraged and not supported by Chainlink (due to underlying data layout changes) You should rely on this SDK and deal with the Feed struct only.