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

    Type Alias NUT10Option

    Used to express a spending condition that proofs should be encumbered with.

    type NUT10Option = {
        data: string;
        kind: string;
        tags: string[][];
    }
    Index

    Properties

    Properties

    data: string

    Expresses the spending condition relative to the kind.

    kind: string

    The kind of spending condition.

    tags: string[][]

    Tags associated with the spending condition for additional data.