public class BftAuthoritySignature extends Tuple
Represents a Bft Hash and Signature pairing, typically used in reporting network behaviour.
| Modifier and Type | Class and Description |
|---|---|
static class |
BftAuthoritySignature.BftAuthoritySignatureValue |
static class |
BftAuthoritySignature.BftHashSignature
Represents a Bft Hash and Signature pairing, typically used in reporting network behaviour.
|
static class |
BftAuthoritySignature.BftHashSignatureValue |
| Constructor and Description |
|---|
BftAuthoritySignature(java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
AuthorityId |
getAuthorityId()
The wrapped AuthoriyId
|
Signature |
getSignature()
The wrapped
Signature value |
getEncodedLength, getTypes, toString, toU8aeq, getFiled, isEmpty, length, toHex, toJsonadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizefinalize, getClass, notify, notifyAll, wait, wait, waitgetConstructorCodec, toU8apublic AuthorityId getAuthorityId()
The wrapped AuthoriyId