AppleSauce
    Preparing search index...
    PayKeysendMethod: TWalletMethod<
        "pay_keysend",
        {
            amount: number;
            preimage?: string;
            pubkey: string;
            tlv_records?: TLVRecord[];
        },
        { fees_paid?: number; preimage: string },
    >