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

Link to this type

expiration_ledger_seq_type()

View Source
@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

Link to this function

new(key_hash, expiration_ledger_seq)

View Source
@spec new(
  key_hash :: key_hash_type(),
  expiration_ledger_seq :: expiration_ledger_seq_type()
) :: t()