UInt128PartsXdr

data class UInt128PartsXdr(val hi: Uint64Xdr, val lo: Uint64Xdr)

XDR Source: struct UInt128Parts { uint64 hi; uint64 lo; };

Constructors

Link copied to clipboard
constructor(hi: Uint64Xdr, 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)