LedgerKeyTtlXdr

data class LedgerKeyTtlXdr(val keyHash: HashXdr)

XDR Source: struct { // Hash of the LedgerKey that is associated with this TTLEntry Hash keyHash; }

Constructors

Link copied to clipboard
constructor(keyHash: HashXdr)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Hash of the LedgerKey that is associated with this TTLEntry

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)