ryan-senn / stellar-elm-sdk / Stellar.Sorting

Union Type that represents the available sorting methods in Stellar

Union Type and Decoder


type Sorting
    = Asc
    | Desc

Union Type

toString : Sorting -> String

Helper function to print the sorting