@cashu/cashu-ts
    Preparing search index...

    Type Alias Token

    A Cashu token.

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

    Properties

    Properties

    memo?: string

    A message to send along with the token.

    mint: string

    The mints URL.

    proofs: Proof[]

    A list of proofs.

    unit?: string

    The unit of the token.