pub async fn create_incoming_contract_output(
module_api: &DynModuleApi,
payment_hash: Hash,
amount_msat: Amount,
redeem_key: &Keypair,
) -> Result<(LightningOutputV0, Amount, ContractId), IncomingSmError>
pub async fn create_incoming_contract_output(
module_api: &DynModuleApi,
payment_hash: Hash,
amount_msat: Amount,
redeem_key: &Keypair,
) -> Result<(LightningOutputV0, Amount, ContractId), IncomingSmError>