async fn claim_peg_in(
client_ctx: &ClientContext<WalletClientModule>,
tweak_idx: TweakIdx,
tweak_key: Keypair,
transaction: &Transaction,
operation_id: OperationId,
out_point: OutPoint,
tx_out_proof: TxOutProof,
consensus_version: ModuleConsensusVersion,
) -> Result<()>