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

Change Trust Operation

Type alias


type alias ChangeTrust =
{ id : String
, pagingToken : String
, sourceAccount : String
, type_ : String
, typeI : Basics.Int
, createdAt : Time.Posix
, transactionHash : String
, assetType : Stellar.AssetType.AssetType
, assetCode : String
, assetIssuer : String
, limit : String
, trustee : String
, trustor : String
, links : Stellar.Resources.Operations.Links.Links 
}

Change Trust