Package org.polkadot.types.type
Class SessionKey
- java.lang.Object
-
- org.polkadot.types.codec.U8a
-
- org.polkadot.types.codec.U8aFixed
-
- org.polkadot.types.type.AccountId
-
- org.polkadot.types.type.AuthorityId
-
- org.polkadot.types.type.SessionKey
-
- All Implemented Interfaces:
Codec
public class SessionKey extends AuthorityId
Wrapper for a SessionKey. Same as an normal AuthorityId, i.e. a wrapper around publicKey.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.polkadot.types.type.AccountId
AccountId.AccountIdOf
-
-
Constructor Summary
Constructors Constructor Description SessionKey(java.lang.Object value)
-