ryan-senn / stellar-elm-sdk / Stellar.Resources.Operations.PathPayment

Path Payment Operation

Type alias


type alias PathPayment =
{ id : String
, pagingToken : String
, sourceAccount : String
, type_ : String
, typeI : Basics.Int
, createdAt : Time.Posix
, transactionHash : String
, from : String
, to : String
, amount : String
, assetCode : String
, assetIssuer : String
, assetType : Stellar.AssetType.AssetType
, sourceMax : String
, sourceAssetType : Stellar.AssetType.AssetType
, sourceAssetCode : String
, sourceAssetIssuer : String
, links : Stellar.Resources.Operations.Links.Links 
}

Path Payment