Package org.polkadot.types.type
Class Digest.AuthoritiesChange
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<T>
-
- org.polkadot.types.codec.AbstractArray<T>
-
- org.polkadot.types.codec.Vector<AuthorityId>
-
- org.polkadot.types.type.Digest.AuthoritiesChange
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<AuthorityId>,java.util.Collection<AuthorityId>,java.util.List<AuthorityId>,java.util.RandomAccess,Codec
- Enclosing class:
- Digest
public static class Digest.AuthoritiesChange extends Vector<AuthorityId>
Log for Authories changed- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthoritiesChange(java.lang.Object value)
-
Method Summary
-
Methods inherited from class org.polkadot.types.codec.AbstractArray
eq, getEncodedLength, getFiled, isEmpty, length, toHex, toJson, toU8a
-
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
-