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

Summary

Types

@type ext_type() :: StellarBase.XDR.ExtensionPoint.t()
@type extend_to_type() :: StellarBase.XDR.UInt32.t()
@type t() :: %StellarBase.XDR.Operations.ExtendFootprintTTL{
  ext: ext_type(),
  extend_to: extend_to_type()
}

Functions

@spec new(ext :: ext_type(), extend_to :: extend_to_type()) :: t()