pub(crate) async fn fetch_and_validate_offer(
module_api: &DynModuleApi,
payment_hash: Hash,
amount_msat: Amount,
) -> Result<IncomingContractOffer, IncomingSmError>
pub(crate) async fn fetch_and_validate_offer(
module_api: &DynModuleApi,
payment_hash: Hash,
amount_msat: Amount,
) -> Result<IncomingContractOffer, IncomingSmError>