View Source StellarBase.XDR.Operations.PaymentResult (Elixir Stellar Base v0.12.0)
Representation of Stellar PaymentResult
type.
Link to this section Summary
Link to this section Types
@type t() :: %StellarBase.XDR.Operations.PaymentResult{ code: StellarBase.XDR.Operations.PaymentResultCode.t(), result: any() }
Link to this section Functions
@spec new(result :: any(), code :: StellarBase.XDR.Operations.PaymentResultCode.t()) :: t()