mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
7 lines
295 B
Go
7 lines
295 B
Go
/*
|
|
|
|
Package pricefeed allows a group of white-listed oracles to post price information of specific assets that are tracked by the system. For each asset, the module computes the median of all posted prices by white-listed oracles and takes that as the current price value.
|
|
|
|
*/
|
|
package pricefeed
|