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.
| Modifier and Type | Class and Description |
|---|---|
static class |
AccountId.AccountIdOf
The Substrate AccountIdOf representation as a AccountId.
|
| Constructor and Description |
|---|
AccountId(java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
eq(java.lang.Object other)
Compares the value of the input to see if there is a match
|
java.lang.Object |
toJson()
Converts the Object to JSON, typically used for RPC transfers
|
java.lang.String |
toString()
Returns the string representation of the value
|
getEncodedLength, isEmpty, length, subarray, toHex, toU8aclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetConstructorCodec, toU8a