Within strike-client in ReceiveRequestReq there is field:
/// <summary>
/// Bolt12 receive params.
/// Send as an empty object to use a default configuration. If the object is not set at all, bolt12 offer will not be created for the receive request.
/// </summary>
public Bolt12ReceiveRequestReq? Bolt12 { get; init; }
Can API clients use this field to generate BOLT12 offers @Marfusios?
Within strike-client in ReceiveRequestReq there is field:
Can API clients use this field to generate BOLT12 offers @Marfusios?