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