XdrHmacSha256Mac class
Constructors
- XdrHmacSha256Mac(Uint8List _mac)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toBase64EncodedXdrString(
) → String -
toString(
) → String -
A string representation of this object.
inherited
-
toXdrJson(
) → String - Returns the SEP-0051 XDR-JSON rendering of this value.
-
toXdrJsonValue(
) → Object? - Returns the SEP-0051 rendering of this XdrHmacSha256Mac.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
decode(
XdrDataInputStream stream) → XdrHmacSha256Mac -
encode(
XdrDataOutputStream stream, XdrHmacSha256Mac encodedHmacSha256Mac) → void -
fromBase64EncodedXdrString(
String base64Encoded) → XdrHmacSha256Mac -
fromXdrJson(
String json) → XdrHmacSha256Mac - Parses the SEP-0051 XDR-JSON rendering of a XdrHmacSha256Mac.
-
fromXdrJsonValue(
Object? value) → XdrHmacSha256Mac - Reads a XdrHmacSha256Mac from its SEP-0051 rendering.