@getalby/sdk
    Preparing search index...

    Type Alias GetAccountInformationResponse

    type GetAccountInformationResponse = {
        avatar?: string;
        email: string;
        identifier: string;
        keysend_custom_key: string;
        keysend_custom_value: string;
        keysend_pubkey: string;
        lightning_address?: string;
        name?: string;
        nostr_pubkey?: string;
    }
    Index

    Properties

    avatar?: string
    email: string
    identifier: string
    keysend_custom_key: string
    keysend_custom_value: string
    keysend_pubkey: string
    lightning_address?: string
    name?: string
    nostr_pubkey?: string