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

    Type Alias DeprecatedToken

    A Cashu token.

    type DeprecatedToken = {
        memo?: string;
        token: TokenEntry[];
        unit?: string;
    }
    Index

    Properties

    Properties

    memo?: string

    A message to send along with the token.

    token: TokenEntry[]

    Token entries.

    unit?: string

    The unit of the token.