stellar_flutter_sdk
stellar_flutter_sdk
StrKey
decodePreAuthTx method
decodePreAuthTx
stellar_flutter_sdk
stellar_flutter_sdk
StrKey
decodePreAuthTx method
StrKey class
Constructors
StrKey
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
calculateChecksum
decodeCheck
decodePreAuthTx
decodeSha256Hash
decodeStellarAccountId
decodeStellarMuxedAccountId
decodeStellarSecretSeed
encodeCheck
encodePreAuthTx
encodeSha256Hash
encodeStellarAccountId
encodeStellarMuxedAccountId
encodeStellarSecretSeed
decodePreAuthTx
method
Uint8List
decodePreAuthTx
(
String
data
)
Implementation
static Uint8List decodePreAuthTx(String data) { return decodeCheck(VersionByte.PRE_AUTH_TX, data); }