public final class TransactionProto extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionProto.Argument
Argument is a name/value pair that will be passed to the object.
|
static interface |
TransactionProto.ArgumentOrBuilder |
static class |
TransactionProto.ClientTransaction
ClientTransaction is a slice of Instructions that will be applied in order.
|
static interface |
TransactionProto.ClientTransactionOrBuilder |
static class |
TransactionProto.Delete
Delete removes the object.
|
static interface |
TransactionProto.DeleteOrBuilder |
static class |
TransactionProto.Instruction
Instruction holds only one of Spawn, Invoke, or Delete
|
static interface |
TransactionProto.InstructionOrBuilder |
static class |
TransactionProto.Invoke
Invoke calls a method of an existing object which will update its internal
state.
|
static interface |
TransactionProto.InvokeOrBuilder |
static class |
TransactionProto.ObjectID
ObjectID points to an object that holds the state of a contract.
|
static interface |
TransactionProto.ObjectIDOrBuilder |
static class |
TransactionProto.Spawn
Spawn is called upon an existing object that will spawn a new object.
|
static interface |
TransactionProto.SpawnOrBuilder |
static class |
TransactionProto.StateChange
StateChange is one new state that will be applied to the collection.
|
static interface |
TransactionProto.StateChangeOrBuilder |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.FileDescriptor |
getDescriptor() |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) |
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
Copyright © 2018. All rights reserved.