BROADCAST_MODE_ASYNC defines a tx broadcasting mode where the client returns immediately.
DEPRECATED: use BROADCAST_MODE_SYNC instead, BROADCAST_MODE_BLOCK is not supported by the SDK from v0.47.x onwards.
BROADCAST_MODE_SYNC defines a tx broadcasting mode where the client waits for a CheckTx execution response only.
zero-value for mode ordering
BroadcastMode specifies the broadcast mode for the TxService.Broadcast RPC method.
Generated
from enum cosmos.tx.v1beta1.BroadcastMode