Documentation ¶
Index ¶
- Constants
- Variables
- type Bandwidth
- type Coin
- type Coins
- type DecCoin
- type DecCoins
- type EncodingConfig
- type Error
- type Response
- type Service
- type Status
- func (s *Status) LoadFromPath(path string) error
- func (s *Status) SaveToPath(path string) error
- func (s *Status) WithFrom(v string) *Status
- func (s *Status) WithID(v uint64) *Status
- func (s *Status) WithInfo(v []byte) *Status
- func (s *Status) WithTo(v string) *Status
- func (s *Status) WithType(v uint64) *Status
Constants ¶
View Source
const ( FlagTimeout = "timeout" FlagResolver = "resolver" FlagV2RayProxyPort = "v2ray.proxy-port" )
Variables ¶
View Source
var ( DefaultHomeDirectory = func() string { home, err := os.UserHomeDir() if err != nil { panic(err) } return filepath.Join(home, ".sentinelcli") }() )
View Source
var ( ModuleBasics = module.NewBasicManager( auth.AppModuleBasic{}, authvesting.AppModuleBasic{}, authzmodule.AppModuleBasic{}, bank.AppModuleBasic{}, capability.AppModule{}, crisis.AppModuleBasic{}, distribution.AppModuleBasic{}, evidence.AppModuleBasic{}, feegrantmodule.AppModuleBasic{}, genutil.AppModuleBasic{}, gov.NewAppModuleBasic( distributionclient.ProposalHandler, paramsclient.ProposalHandler, upgradeclient.ProposalHandler, upgradeclient.CancelProposalHandler, ), mint.AppModuleBasic{}, params.AppModuleBasic{}, slashing.AppModuleBasic{}, staking.AppModuleBasic{}, upgrade.AppModuleBasic{}, custommint.AppModule{}, swap.AppModuleBasic{}, vpn.AppModuleBasic{}, ) )
Functions ¶
This section is empty.
Types ¶
type Bandwidth ¶
func NewBandwidthFromRaw ¶
type Coin ¶
func NewCoinFromRaw ¶
type DecCoin ¶
func NewDecCoinFromRaw ¶
type EncodingConfig ¶ added in v0.3.2
type EncodingConfig struct { Amino *codec.LegacyAmino Codec codec.Codec InterfaceRegistry codectypes.InterfaceRegistry TxConfig client.TxConfig }
func DefaultEncodingConfig ¶ added in v0.3.2
func DefaultEncodingConfig() EncodingConfig
func NewEncodingConfig ¶ added in v0.3.2
func NewEncodingConfig() EncodingConfig
type Error ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.