StrKey class Null safety

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
decodeContractId(String data) Uint8List
decodeContractIdHex(String data) String
decodePreAuthTx(String data) Uint8List
decodeSha256Hash(String data) Uint8List
decodeSignedPayload(String data) SignedPayloadSigner
decodeStellarAccountId(String data) Uint8List
decodeStellarMuxedAccountId(String data) Uint8List
decodeStellarSecretSeed(String data) Uint8List
decodeXdrSignedPayload(String data) XdrSignedPayload
encodeCheck(VersionByte versionByte, Uint8List data) String
encodeContractId(Uint8List data) String
encodeContractIdHex(String contractId) String
encodePreAuthTx(Uint8List data) String
encodeSha256Hash(Uint8List data) String
encodeSignedPayload(SignedPayloadSigner signedPayloadSigner) String
encodeStellarAccountId(Uint8List data) String
encodeStellarMuxedAccountId(Uint8List data) String
encodeStellarSecretSeed(Uint8List data) String
encodeXdrSignedPayload(XdrSignedPayload xdrPayloadSigner) String