Skip to content

Commit 6c2cc0b

Browse files
authored
Merge pull request #16 from pyth-network/tompntn-product-identifier
Make ProductIdentifier type public
2 parents d9f187d + 8712076 commit 6c2cc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyth-sdk/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use schemars::JsonSchema;
88
mod price_conf;
99
pub use price_conf::PriceConf;
1010

11-
type ProductIdentifier = [u8; 32];
11+
pub type ProductIdentifier = [u8; 32];
1212

1313
/// Represents availability status of a price feed.
1414
#[derive(

0 commit comments

Comments
 (0)