public final class OmniLedgerProto extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OmniLedgerProto.AddTxRequest
AddTxRequest requests to apply a new transaction to the ledger.
|
static interface |
OmniLedgerProto.AddTxRequestOrBuilder |
static class |
OmniLedgerProto.AddTxResponse
AddTxResponse is the reply after an AddTxRequest is finished.
|
static interface |
OmniLedgerProto.AddTxResponseOrBuilder |
static class |
OmniLedgerProto.Argument
Argument is a name/value pair that will be passed to the object.
|
static interface |
OmniLedgerProto.ArgumentOrBuilder |
static class |
OmniLedgerProto.ChainConfig
ChainConfig stores all the configuration information for one skipchain.
|
static interface |
OmniLedgerProto.ChainConfigOrBuilder |
static class |
OmniLedgerProto.ClientTransaction
ClientTransaction is a slice of Instructions that will be applied in order.
|
static interface |
OmniLedgerProto.ClientTransactionOrBuilder |
static class |
OmniLedgerProto.Coin
Coin is a generic structure holding any type of coin.
|
static interface |
OmniLedgerProto.CoinOrBuilder |
static class |
OmniLedgerProto.CreateGenesisBlock
CreateGenesisBlock asks the cisc-service to set up a new skipchain.
|
static interface |
OmniLedgerProto.CreateGenesisBlockOrBuilder |
static class |
OmniLedgerProto.CreateGenesisBlockResponse
CreateGenesisBlockResponse holds the genesis-block of the new skipchain.
|
static interface |
OmniLedgerProto.CreateGenesisBlockResponseOrBuilder |
static class |
OmniLedgerProto.DataBody
DataBody is stored in the body of the skipblock but is not hashed.
|
static interface |
OmniLedgerProto.DataBodyOrBuilder |
static class |
OmniLedgerProto.DataHeader
DataHeader is the data passed to the Skipchain
|
static interface |
OmniLedgerProto.DataHeaderOrBuilder |
static class |
OmniLedgerProto.Delete
Delete removes the object.
|
static interface |
OmniLedgerProto.DeleteOrBuilder |
static class |
OmniLedgerProto.GetProof
GetProof returns the proof that the given key is in the collection.
|
static interface |
OmniLedgerProto.GetProofOrBuilder |
static class |
OmniLedgerProto.GetProofResponse
GetProofResponse can be used together with the Genesis block to proof that
the returned key/value pair is in the collection.
|
static interface |
OmniLedgerProto.GetProofResponseOrBuilder |
static class |
OmniLedgerProto.InstanceID
An InstanceID is a unique identifier for one instance of a contract.
|
static interface |
OmniLedgerProto.InstanceIDOrBuilder |
static class |
OmniLedgerProto.Instruction
Instruction holds only one of Spawn, Invoke, or Delete
|
static interface |
OmniLedgerProto.InstructionOrBuilder |
static class |
OmniLedgerProto.Invoke
Invoke calls a method of an existing object which will update its internal
state.
|
static interface |
OmniLedgerProto.InvokeOrBuilder |
static class |
OmniLedgerProto.Proof
Proof represents everything necessary to verify a given
key/value pair is stored in a skipchain.
|
static interface |
OmniLedgerProto.ProofOrBuilder |
static class |
OmniLedgerProto.Spawn
Spawn is called upon an existing object that will spawn a new object.
|
static interface |
OmniLedgerProto.SpawnOrBuilder |
static class |
OmniLedgerProto.StateChange
StateChange is one new state that will be applied to the collection.
|
static interface |
OmniLedgerProto.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.