Cashu-TS - v4.5.1
    Preparing search index...

    Type Alias Nut29Info

    NUT-29 batch minting info advertised by the mint in the NUT-06 info response.

    type Nut29Info = {
        max_batch_size?: number;
        methods?: string[];
    }
    Index

    Properties

    max_batch_size?: number
    methods?: string[]