KeyType

enum KeyType

Protobuf enum TW.EOS.Proto.KeyType

Entries

Link copied to clipboard

LEGACY = 0;

Link copied to clipboard

MODERNK1 = 1;

Link copied to clipboard

MODERNR1 = 2;

Link copied to clipboard

Functions

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

open fun valueOf(name: String): EOS.KeyType
Returns the enum constant of this type with the specified name.
Link copied to clipboard
open fun values(): Array<EOS.KeyType>
Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val LEGACY_VALUE: Int = 0
LEGACY = 0;
Link copied to clipboard
MODERNK1 = 1;
Link copied to clipboard
MODERNR1 = 2;