bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Enumeration BroadcastMode

    BroadcastMode specifies the broadcast mode for the TxService.Broadcast RPC method.

    from enum cosmos.tx.v1beta1.BroadcastMode

    Index

    Enumeration Members

    Enumeration Members

    ASYNC: 3

    BROADCAST_MODE_ASYNC defines a tx broadcasting mode where the client returns immediately.

    from enum value: BROADCAST_MODE_ASYNC = 3;

    BLOCK: 1

    DEPRECATED: use BROADCAST_MODE_SYNC instead, BROADCAST_MODE_BLOCK is not supported by the SDK from v0.47.x onwards.

    from enum value: BROADCAST_MODE_BLOCK = 1 [deprecated = true];

    SYNC: 2

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

    from enum value: BROADCAST_MODE_SYNC = 2;

    UNSPECIFIED: 0

    zero-value for mode ordering

    from enum value: BROADCAST_MODE_UNSPECIFIED = 0;