ryan-senn / stellar-elm-sdk / Stellar.Resources.PaymentPath

Payment Path Resource

Type alias


type alias PaymentPath =
{ path : List Stellar.Resources.Asset.Asset
, sourceAmount : String
, destinationAmount : String
, destinationAssetType : String
, destinationAssetCode : Maybe String
, destinationAssetIssuer : Maybe String
, sourceAssetType : String
, sourceAssetCode : Maybe String
, sourceAssetIssuer : Maybe String 
}

Payment Path