Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Signature of the Bridge log, i.e. sha256("Bridge(uint256,uint256,address,bytes,bytes)"). BridgeEventSignature = "0x498a04382650bc110983392ed12ab27595af8ece270a344fc70d773d2481043a" // ABI (application binary interface) of the Bridge Event. BridgeEventABI = `` /* 628-byte string literal not displayed */ )
View Source
const ( // PriceFeed configs // DefaultPrice is the default value for `Price` field in `UpdateMarketPricesRequest`. DefaultPrice = 0 PricefeedExchangeConfigFileName = "pricefeed_exchange_config.toml" )
View Source
const ( // UnixProtocol is the network for gRPC protocol used by the price daemon and server. UnixProtocol = "unix" // UmaskUserReadWriteOnly is the Inverse Unix Permission code for only the user to read or write. UmaskUserReadWriteOnly = 0177 // DefaultGrpcEndpoint is the default grpc endpoint for Cosmos query services. DefaultGrpcEndpoint = "localhost:9090" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.