StrKey class
Constructors
- StrKey()
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other ) → bool -
The equality operator. [...]
inherited
Static Methods
-
calculateChecksum(
Uint8List bytes ) → Uint8List -
decodeCheck(
VersionByte versionByte, String encData ) → Uint8List -
decodePreAuthTx(
String data ) → Uint8List -
decodeSha256Hash(
String data ) → Uint8List -
decodeStellarAccountId(
String data ) → Uint8List -
decodeStellarMuxedAccountId(
String data ) → Uint8List -
decodeStellarSecretSeed(
String data ) → Uint8List -
encodeCheck(
VersionByte versionByte, Uint8List data ) → String -
encodePreAuthTx(
Uint8List data ) → String -
encodeSha256Hash(
Uint8List data ) → String -
encodeStellarAccountId(
Uint8List data ) → String -
encodeStellarMuxedAccountId(
Uint8List data ) → String -
encodeStellarSecretSeed(
Uint8List data ) → String