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, toU8a
eq, getFiled, isEmpty, length, toHex, toJson
add, 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, trimToSize
finalize, getClass, notify, notifyAll, wait, wait, wait
getConstructorCodec, toU8a
public AuthorityId getAuthorityId()
The wrapped AuthoriyId