Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTestKeyring ¶
func NewTestKeyring( encodingCfg simappparams.EncodingConfig, keyringDir string, accountName string, ) (keyring.Keyring, *keyring.Record)
Types ¶
type ExchangeIdMarketPriceTimestamp ¶
type ExchangeIdMarketPriceTimestamp struct { ExchangeId types.ExchangeId MarketPriceTimestamp *types.MarketPriceTimestamp }
ExchangeIdMarketPriceTimestamp contains an `ExchangeId` and an associated `types.MarketPriceTimestamp`. This type exists for convenience and clarity in testing the pricefeed client.
type MockClient ¶
func (MockClient) BroadcastTxSync ¶
func (c MockClient) BroadcastTxSync( ctx context.Context, tx tmtypes.Tx, ) (*ctypes.ResultBroadcastTx, error)
Click to show internal directories.
Click to hide internal directories.