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()
@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
@spec new( key_hash :: key_hash_type(), live_until_ledger_seq :: live_until_ledger_seq_type() ) :: t()