henriquecbuss / elm-eos / Eos.EosType

This module is only used internally by the library. It is not meant to be used directly by the user, unless you're using the code generation tool to build dynamic forms.


type EosType
    = EosBool
    | EosInt
    | EosFloat
    | TimePoint
    | TimePointSec
    | BlockTimestampType
    | Name
    | EosString
    | Checksum
    | PublicKey
    | Signature
    | Symbol
    | SymbolCode
    | Asset
    | ExtendedAsset
    | EosList EosType

This includes all of the native types, declared in abi_serializer::configure_built_in_types().

It only doesn't support bytes. If you need support for bytes, please open an issue on GitHub