Stellar.XDR.Operations.InflationResult (Elixir Stellar Base v0.1.3) View Source
Representation of Stellar InflationResult
type.
Link to this section Summary
Link to this section Types
Specs
result() :: Stellar.XDR.InflationPayoutList.t() | any()
Specs
t() :: %Stellar.XDR.Operations.InflationResult{ code: Stellar.XDR.Operations.InflationResultCode.t(), result: result() }
Link to this section Functions
Specs
new(result :: result(), code :: Stellar.XDR.Operations.InflationResultCode.t()) :: t()