BroadcastMode

Transaction broadcast mode
Protobuf enum TW.Cosmos.Proto.BroadcastMode

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun getNumber(): Int
Link copied to clipboard
open fun internalGetValueMap(): EnumLiteMap<BroadcastMode>
Link copied to clipboard
open fun internalGetVerifier(): EnumVerifier
Link copied to clipboard
open fun valueOf(value: Int): Cosmos.BroadcastMode

Returns the enum constant of this type with the specified name.
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val ASYNC_VALUE: Int = 2
Don't wait for pass/fail CheckTx; send and return tx immediately
ASYNC = 2;
Link copied to clipboard
val BLOCK_VALUE: Int = 0
Wait for the tx to pass/fail CheckTx, DeliverTx, and be committed in a block
BLOCK = 0;
Link copied to clipboard
val SYNC_VALUE: Int = 1
Wait for the tx to pass/fail CheckTx
SYNC = 1;