sync constant

BroadcastMode const sync

BROADCAST_MODE_SYNC defines a tx broadcasting mode where the client waits for a CheckTx execution response only.

Implementation

static const BroadcastMode sync = BroadcastMode._(2, "sync");