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

Allow Trust Operation

Type alias


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

Allow Trust