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