Int128PartsXdr

data class Int128PartsXdr(val hi: Int64Xdr, val lo: Uint64Xdr)

XDR Source: struct Int128Parts { int64 hi; uint64 lo; };

Constructors

Link copied to clipboard
constructor(hi: Int64Xdr, lo: Uint64Xdr)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)