View Source StellarBase.XDR.TTLEntry (Elixir Stellar Base v0.16.0)

Automatically generated by xdrgen DO NOT EDIT or your changes may be overwritten Target implementation: elixir_xdr at https://hex.pm/packages/elixir_xdr Representation of Stellar TTLEntry type.

Summary

Types

@type key_hash_type() :: StellarBase.XDR.Hash.t()
Link to this type

live_until_ledger_seq_type()

View Source
@type live_until_ledger_seq_type() :: StellarBase.XDR.UInt32.t()
@type t() :: %StellarBase.XDR.TTLEntry{
  key_hash: key_hash_type(),
  live_until_ledger_seq: live_until_ledger_seq_type()
}

Functions

Link to this function

new(key_hash, live_until_ledger_seq)

View Source
@spec new(
  key_hash :: key_hash_type(),
  live_until_ledger_seq :: live_until_ledger_seq_type()
) :: t()