View Source StellarBase.XDR.InflationPayout (Elixir Stellar Base v0.16.0)

Representation of Stellar InflationPayout type.

Summary

Types

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

Functions

Link to this function

new(destination, amount)

View Source
@spec new(
  destination :: StellarBase.XDR.AccountID.t(),
  amount :: StellarBase.XDR.Int64.t()
) :: t()