pub type PriceIdInput = String;
Expand description
A price id is a 32-byte hex string, optionally prefixed with “0x”.
Price ids are case insensitive.
See https://pyth.network/developers/price-feed-ids for a list of all price feed ids.
§Examples
0xe62df6c8b4a85fe1a67db44dc12de5db330f7ac66b72dc658afedf0f4a415b43
e62df6c8b4a85fe1a67db44dc12de5db330f7ac66b72dc658afedf0f4a415b43
Aliased Type§
pub struct PriceIdInput { /* private fields */ }