Type Alias Token

Token: { memo?: string; mint: string; proofs: Proof[]; unit?: string }

A Cashu token

Type declaration

  • Optionalmemo?: string

    a message to send along with the token

  • mint: string

    the mints URL

  • proofs: Proof[]

    a list of proofs

  • Optionalunit?: string

    the unit of the token