Docs.rs
pyth-sdk-0.8.0
pyth-sdk 0.8.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jayantk
github:pyth-network:deploy
ali-bahjati
pyth-ops
Dependencies
borsh ^0.10.3
normal
borsh-derive ^0.10.3
normal
getrandom ^0.2.2
normal
hex ^0.4.3
normal
schemars ^0.8.8
normal
serde ^1.0.136
normal
quickcheck ^1
dev
quickcheck_macros ^1
dev
serde_json ^1.0.79
dev
Versions
61.54%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
pyth_
sdk
0.8.0
All Items
Crate Items
Modules
Structs
Type Aliases
Crate
pyth_sdk
Copy item path
Source
Modules
§
utils
Structs
§
Identifier
Price
A price with a degree of uncertainty at a certain time, represented as a price +- a confidence interval.
Price
Feed
Represents a current aggregation price from pyth publisher feeds.
Type Aliases
§
Duration
InSeconds
Price
Identifier
Consists of 32 bytes and it is currently based on largest Public Key size on various blockchains.
Product
Identifier
Consists of 32 bytes and it is currently based on largest Public Key size on various blockchains.
Unix
Timestamp
Unix Timestamp is represented as number of seconds passed since Unix epoch (00:00:00 UTC on 1 Jan 1970). It is a signed integer because it’s the standard in Unix systems and allows easier time difference.