Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAuth ¶
func GetAuth(mnemonic string) (keyring.Keyring, sdk.ValAddress, sdk.AccAddress)
Types ¶
type Config ¶
type Config struct { ExchangesToPairToSymbolMap map[string]map[asset.Pair]types.Symbol DataSourceConfigMap map[string]json.RawMessage GRPCEndpoint string WebsocketEndpoint string FeederMnemonic string ChainID string ValidatorAddr *sdk.ValAddress EnableTLS bool }
type ImporterNull ¶ added in v0.21.0
type ImporterNull struct{}
func (ImporterNull) ImportPrivKey ¶ added in v0.21.0
func (i ImporterNull) ImportPrivKey(uid, armor, passphrase string) error
func (ImporterNull) ImportPrivKeyHex ¶ added in v1.0.0
func (i ImporterNull) ImportPrivKeyHex(uid, privKey, algoStr string) error
func (ImporterNull) ImportPubKey ¶ added in v0.21.0
func (i ImporterNull) ImportPubKey(uid string, armor string) error
type MigratorNull ¶ added in v0.21.0
type MigratorNull struct{}
func (MigratorNull) MigrateAll ¶ added in v0.21.0
func (m MigratorNull) MigrateAll() ([]*keyring.Record, error)
Click to show internal directories.
Click to hide internal directories.