Type Alias odra_core::GasReport

source ·
pub type GasReport = Vec<DeployReport>;
Expand description

A Vector of deploy reports makes a full gas report.

Aliased Type§

struct GasReport { /* private fields */ }