Structure for credentials generated via Bitcoin wallet

interface NostrConnectorCredentials {
    message: string;
    password: string;
    signature: string;
    username: string;
}

Properties

message: string

Original message signed by the user

password: string

Generated password based on the signature

signature: string

Signature provided by the wallet

username: string

Generated username based on the address