@getalby/sdk
    Preparing search index...

    Type Alias Nip47GetInfoResponse

    type Nip47GetInfoResponse = {
        alias: string;
        block_hash: string;
        block_height: number;
        color: string;
        lud16?: string;
        metadata?: unknown;
        methods: Nip47Method[];
        network: string;
        notifications?: Nip47NotificationType[];
        pubkey: string;
    }
    Index

    Properties

    alias: string
    block_hash: string
    block_height: number
    color: string
    lud16?: string
    metadata?: unknown
    methods: Nip47Method[]
    network: string
    notifications?: Nip47NotificationType[]
    pubkey: string