SigningMode

Options for transaction encoding: JSON (Amino, older) or Protobuf.
Protobuf enum TW.Cosmos.Proto.SigningMode

Entries

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

Functions

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

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 JSON_VALUE: Int = 0
JSON format, Pre-Stargate
JSON = 0;
Link copied to clipboard
Protobuf-serialized (binary), Stargate
Protobuf = 1;