Package org.polkadot.types.type
Class AccountId
- java.lang.Object
-
- org.polkadot.types.codec.U8a
-
- org.polkadot.types.codec.U8aFixed
-
- org.polkadot.types.type.AccountId
-
- All Implemented Interfaces:
Codec
- Direct Known Subclasses:
AccountId.AccountIdOf,AuthorityId
public class AccountId extends U8aFixed
A wrapper around an AccountId/PublicKey representation. Since we are dealing with underlying PublicKeys (32 bytes in length), we extend from U8aFixed which is just a Uint8Array wrapper with a fixed length.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountId.AccountIdOfThe Substrate AccountIdOf representation as a AccountId.
-
Constructor Summary
Constructors Constructor Description AccountId(java.lang.Object value)
-