AppleSauce
    Preparing search index...

    Parameters for pay_keysend method

    interface PayKeysendParams {
        amount: number;
        preimage?: string;
        pubkey: string;
        tlv_records?: TLVRecord[];
    }
    Index

    Properties

    amount: number

    Amount in msats, required

    preimage?: string

    Preimage of the payment, optional

    pubkey: string

    Payee pubkey, required

    tlv_records?: TLVRecord[]

    TLV records, optional