View Source StellarBase.XDR.Operations.BumpFootprintExpiration (Elixir Stellar Base v0.13.1)
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 BumpFootprintExpiration
type.
Summary
Types
@type ext_type() :: StellarBase.XDR.ExtensionPoint.t()
@type ledgers_to_expire_type() :: StellarBase.XDR.UInt32.t()
@type t() :: %StellarBase.XDR.Operations.BumpFootprintExpiration{ ext: ext_type(), ledgers_to_expire: ledgers_to_expire_type() }
Functions
@spec new(ext :: ext_type(), ledgers_to_expire :: ledgers_to_expire_type()) :: t()