Versions in this module Expand all Collapse all v0 v0.1.0 Aug 3, 2021 Changes in this version + func DiscoverPriceOracleAddress(chainID int64) (priceOracleAddress common.Address, found bool) + type Service struct + func New(rate, deduct *big.Int) Service + func (s Service) Close() error + func (s Service) CurrentRates() (exchangeRate, deduction *big.Int, err error) + func (s Service) GetPrice(ctx context.Context) (*big.Int, *big.Int, error) + func (s Service) SetValues(rate, deduct *big.Int) + func (s Service) Start()