stellar_flutter_sdk
stellar_flutter_sdk
StrKey
encodePreAuthTx method
encodePreAuthTx
stellar_flutter_sdk
stellar_flutter_sdk
StrKey
encodePreAuthTx 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
encodePreAuthTx
method
String
encodePreAuthTx
(
Uint8List
data
)
Implementation
static String encodePreAuthTx(Uint8List data) { return encodeCheck(VersionByte.PRE_AUTH_TX, data); }