OperationKind

Operation types
Protobuf enum TW.Tezos.Proto.Operation.OperationKind

Entries

Link copied to clipboard
Link copied to clipboard

REVEAL = 107;

Link copied to clipboard

TRANSACTION = 108;

Link copied to clipboard

DELEGATION = 110;

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun getNumber(): Int
Link copied to clipboard
open fun internalGetValueMap(): EnumLiteMap<OperationKind>
Link copied to clipboard
open fun internalGetVerifier(): EnumVerifier
Link copied to clipboard

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
DELEGATION = 110;
Link copied to clipboard
Note: Proto3 semantics require a zero value.
ENDORSEMENT = 0;
Link copied to clipboard
val REVEAL_VALUE: Int = 107
REVEAL = 107;
Link copied to clipboard
TRANSACTION = 108;