Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type W ¶
type W struct { // BatchInterval is the time to wait between trying to send a batch of messages. BatchInterval time.Duration // TxTimeout is the maximum amount of time to wait for a transaction to be // included in a block after being broadcasted. TxTimeout time.Duration // Client is the client used to send transactions to the chain. Client *client.TxClient Logger *slog.Logger GasLimit uint64 Fees sdk.Coins // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.