Versions in this module Expand all Collapse all v1 v1.0.0 Nov 19, 2020 Changes in this version + type Cache struct + func New(basePath string) Cache + func (c Cache) GetLatestRequest(oid types.OracleScriptID, calldata []byte, askCount uint64, minCount uint64) (types.RequestID, error) + func (c Cache) SaveLatestRequest(oid types.OracleScriptID, calldata []byte, askCount uint64, minCount uint64, ...) error Other modules containing this package github.com/bandprotocol/chain/v2