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

Asset Resource

Type alias & Asset Types


type alias Asset =
{ assetType : AssetType
, assetCode : String
, assetIssuer : String
, amount : String
, numAccounts : Basics.Int
, flags : Stellar.Flags.Flags
, pagingToken : String
, links_ : Links 
}

Asset


type AssetType
    = CreditAlphanum4
    | CreditAlphanum12

Asset Types


type alias Links =
{ toml : Stellar.Link.Link }

Links