Documentation
¶
Index ¶
Constants ¶
View Source
const ( // GRPCAddress is the default GRPC address. GRPCAddress = "0.0.0.0:9090" // GRPCWebAddress is the default GRPC-Web address. GRPCWebAddress = "0.0.0.0:9091" // APIAddress is the default API address. APIAddress = "0.0.0.0:1317" // RPCAddress is the default RPC address. RPCAddress = "0.0.0.0:26657" // P2PAddress is the default P2P address. P2PAddress = "0.0.0.0:26656" // PProfAddress is the default Prof address. PProfAddress = "0.0.0.0:6060" // ProtoDir is the default proto directory path. ProtoDir = "proto" // FaucetHost is the default faucet host. FaucetHost = "0.0.0.0:4500" )
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.