You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyth-sdk-solana/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Pyth Network stores its price feeds in a collection of Solana accounts of variou
37
37
* Product accounts store metadata about a product, such as its symbol (e.g., "BTC/USD").
38
38
* Mapping accounts store a listing of all Pyth accounts
39
39
40
-
> :warning:This structure is designed for Pyth Oracle internal program. In most of the use cases only Price account is needed.
40
+
> :warning: This structure is designed for Pyth Oracle internal program. In most of the use cases only Price account is needed.
41
41
42
42
For more information on the different types of Pyth accounts, see the [account structure documentation](https://docs.pyth.network/how-pyth-works/account-structure).
43
43
The pyth.network website also lists the public keys of the accounts (e.g., [Crypto.BTC/USD accounts](https://pyth.network/markets/#Crypto.BTC/USD)).
@@ -115,7 +115,7 @@ This function additionally propagates any uncertainty in the price into uncertai
115
115
116
116
### Solana Account Structure
117
117
118
-
> :warning:the Solana account structure is an internal API that is subject to change. Prefer to use `load_price` when possible.
118
+
> :warning:The Solana account structure is an internal API that is subject to change. Prefer to use `load_price` when possible.
119
119
120
120
This library also provides several `load_*` methods that allow users to translate the binary data in each account into an appropriate struct:
0 commit comments