Stellar.XDR.InflationPayout (Elixir Stellar Base v0.1.3) View Source

Representation of Stellar InflationPayout type.

Link to this section Summary

Link to this section Types

Specs

t() :: %Stellar.XDR.InflationPayout{
  amount: Stellar.XDR.Int64.t(),
  authorize: term(),
  destination: Stellar.XDR.AccountID.t()
}

Link to this section Functions

Link to this function

new(destination, amount)

View Source

Specs

new(destination :: Stellar.XDR.AccountID.t(), amount :: Stellar.XDR.Int64.t()) ::
  t()