Type Alias CashuPaymentInfo

CashuPaymentInfo: {
    mints: string[];
    p2pk?: string;
    relays: string[];
}

Provides information that should be used to send a NIP-61 nutzap. mints: URLs of the mints that can be used. relays: URLs of the relays where nutzap must be published p2pk: Optional pubkey to use for P2PK lock

Type declaration

  • mints: string[]

    Mints that must be used for the payment

  • Optionalp2pk?: string

    Optional pubkey to use for P2PK lock

  • relays: string[]

    Relays where nutzap must be published