Type alias MeltResponse

MeltResponse: {
    change?: SerializedBlindedSignature[];
    paid: boolean;
    preimage: string | null;
} & ApiError

Response from the mint after paying a lightning invoice (melt)

Generated using TypeDoc