liuxiao
liuxiao
# 🚀 Feature Request rust sdk get_transaction_by_version should return gas_unit_price
# 🚀 Feature Request Now, the api for querying event by handle only return version. While most system need the txhash. Can we support returning txhash in this api? https://fullnode.devnet.aptoslabs.com/v1/spec#/operations/get_events_by_event_handle
reate_proof(¶ms, &pk, &[circuit], &[], OsRng, &mut transcript) .expect("proof generation should not fail"); should use reate_proof(¶ms, &pk, &[circuit], &[&[]], OsRng, &mut transcript) .expect("proof generation should not fail");