toXdrJsonValue method

Object? toXdrJsonValue()

Returns the SEP-0051 rendering of the wrapped value.

Implementation

Object? toXdrJsonValue() => XdrJsonHelper.int64(_int64, type: 'XdrInt64');