| Class | Description |
|---|---|
| Argument |
Argument is used in an Instruction.
|
| ClientTransaction |
ClientTransaction is a set of instructions are will be executed atomically by OmniLedger.
|
| Config |
Config is the genesis configuration of an omniledger instance.
|
| Delete |
Delete is an operation that an Instruction can take, it should be used for deleting an object.
|
| Instance |
An instance represents the data that can be interpreted by the
corresponding contract.
|
| InstanceId |
Implementation of
HashId. |
| Instruction |
An instruction is sent and executed by OmniLedger.
|
| Invoke |
Invoke is an operation that an Instruction can take, it should be used for mutating an object.
|
| OmniledgerRPC |
Class OmniledgerRPC interacts with the omniledger service of a conode.
|
| Proof |
Proof represents a key/value entry in the collection and the path to the
root node.
|
| Spawn |
Spawn is an operation that an Instruction can take, it should be used for creating an object.
|
| SubId |
Implementation of
HashId. |
| TransactionId |
Implementation of
HashId. |
Copyright © 2018. All rights reserved.