fn latest_broadcast<N: Network>(
contract_name: &String,
chain_id: u64,
broadcast_path: &Path,
filters: Vec<CallKind>,
) -> Result<BroadcastTxSummary>where
N::TxEnvelope: for<'d> Deserialize<'d>,fn latest_broadcast<N: Network>(
contract_name: &String,
chain_id: u64,
broadcast_path: &Path,
filters: Vec<CallKind>,
) -> Result<BroadcastTxSummary>where
N::TxEnvelope: for<'d> Deserialize<'d>,