| Interface | Description |
|---|---|
| Subscription.SkipBlockReceiver |
A SkipBlockReceiver will be informed on any new block arriving.
|
| Class | Description |
|---|---|
| Block |
OmniBlock represents the data stored in a skipblock that is relevant to ByzCoin.
|
| ByzCoinEvolve |
This class has only static methods and can be used to evolve the ByzCoin ledger over multiple versions.
|
| ByzCoinRPC |
Class ByzCoinRPC interacts with the byzcoin service of a conode.
|
| Config |
Config is the genesis configuration of a ByzCoin ledger.
|
| DataBody | |
| Instance |
A contract represents the data that can be interpreted by the
corresponding contract.
|
| InstanceId |
Implementation of
HashId. |
| Proof |
Proof represents a key/value entry in the trie and the path to the
root node.
|
| SignerCounters |
This class represents the result from the getSignerCounters RPC call.
|
| StateChange |
Represents the state change of an instance and thus contains all the
information related.
|
| StateChangeBody |
StateChangeBody contains the content of a state change, i.e., everything except the instance ID (the key).
|
| StateChanges |
Read-only list of state changes that also provides the hash
of all of the state changes
|
| Subscription |
Subscription class for ByzCoin.
|
| Enum | Description |
|---|---|
| StateChange.StateAction |
Enumeration to represents the state action
|
Copyright © 2019. All rights reserved.