MemoId

data class MemoId(val id: ULong) : Memo

Represents MEMO_ID - a 64-bit unsigned integer.

Constructors

Link copied to clipboard
constructor(id: ULong)

Properties

Link copied to clipboard
val id: ULong

The unsigned 64-bit integer ID

Functions

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open override fun toXdr(): MemoXdr

Converts this memo to its XDR representation.