glitch/types/cheermote

Types

pub type Cheermote {
  Cheermote(prefix: String, bits: Int, tier: Int)
}

Constructors

  • Cheermote(prefix: String, bits: Int, tier: Int)

Functions

pub fn decoder() -> fn(Dynamic) ->
  Result(Cheermote, List(DecodeError))
Search Document