Documentation ¶
Index ¶
- Constants
- Variables
- func AdjustGas(ctx sdkclient.Context, txf tx.Factory, msgs ...sdk.Msg) (tx.Factory, error)
- func BroadcastTX(ctx context.Context, cctx sdkclient.Context, flags *pflag.FlagSet, ...) error
- func PrepareFactory(clientCtx sdkclient.Context, txf tx.Factory) (tx.Factory, error)
- type Client
Constants ¶
View Source
const (
BroadcastBlockRetryTimeout = 300 * time.Second
)
Variables ¶
View Source
var ( // ErrBroadcastTx is used when a broadcast fails due to tendermint errors ErrBroadcastTx = errors.New("broadcast tx error") )
Functions ¶
func BroadcastTX ¶ added in v0.24.0
func PrepareFactory ¶ added in v0.24.0
PrepareFactory has been copied from cosmos-sdk to make it public. Source: https://github.com/cosmos/cosmos-sdk/blob/v0.43.0-rc2/client/tx/tx.go#L311
Types ¶
Click to show internal directories.
Click to hide internal directories.