XdrInt64 class
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
-
toTxRep(
String prefix, List< String> lines) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
decode(
XdrDataInputStream stream) → XdrInt64 -
encode(
XdrDataOutputStream stream, XdrInt64 encodedInt64) → void -
fromBase64EncodedXdrString(
String base64Encoded) → XdrInt64 -
fromTxRep(
Map< String, String> map, String prefix) → XdrInt64