View Source StellarBase.XDR.ExpirationEntry (Elixir Stellar Base v0.14.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 ExpirationEntry type.
Summary
Types
@type expiration_ledger_seq_type() :: StellarBase.XDR.UInt32.t()
@type key_hash_type() :: StellarBase.XDR.Hash.t()
@type t() :: %StellarBase.XDR.ExpirationEntry{ expiration_ledger_seq: expiration_ledger_seq_type(), key_hash: key_hash_type() }
Functions
@spec new( key_hash :: key_hash_type(), expiration_ledger_seq :: expiration_ledger_seq_type() ) :: t()