View Source StellarBase.XDR.Operations.ClawbackResult (Elixir Stellar Base v0.16.0)
Representation of Stellar ClawbackResult
type.
Summary
Types
@type t() :: %StellarBase.XDR.Operations.ClawbackResult{ code: StellarBase.XDR.Operations.ClawbackResultCode.t(), result: any() }
Functions
@spec new(result :: any(), code :: StellarBase.XDR.Operations.ClawbackResultCode.t()) :: t()