View Source StellarBase.XDR.Operations.BumpFootprintExpiration (Elixir Stellar Base v0.13.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 BumpFootprintExpiration type.

Link to this section Summary

Link to this section Types

@type ext_type() :: StellarBase.XDR.ExtensionPoint.t()
Link to this type

ledgers_to_expire_type()

View Source
@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()
}

Link to this section Functions

Link to this function

new(ext, ledgers_to_expire)

View Source
@spec new(ext :: ext_type(), ledgers_to_expire :: ledgers_to_expire_type()) :: t()