@getalby/sdk
    Preparing search index...

    Type Alias Nip47PayKeysendRequest

    type Nip47PayKeysendRequest = {
        amount: number;
        preimage?: string;
        pubkey: string;
        tlv_records?: { type: number; value: string }[];
    }
    Index

    Properties

    amount: number
    preimage?: string
    pubkey: string
    tlv_records?: { type: number; value: string }[]