Type alias Token

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

A Cashu token

Type declaration

  • Optional memo?: string

    a message to send along with the token

  • mint: string

    the mints URL

  • proofs: Proof[]

    a list of proofs

  • Optional unit?: string

    the unit of the token

Generated using TypeDoc