View Source StellarBase.XDR.InflationPayout (Elixir Stellar Base v0.11.1)
Representation of Stellar InflationPayout
type.
Link to this section Summary
Link to this section Types
@type t() :: %StellarBase.XDR.InflationPayout{ amount: StellarBase.XDR.Int64.t(), authorize: term(), destination: StellarBase.XDR.AccountID.t() }
Link to this section Functions
@spec new( destination :: StellarBase.XDR.AccountID.t(), amount :: StellarBase.XDR.Int64.t() ) :: t()