Struct gemachain_bpf_loader_program::ThisInstructionMeter [−][src]
pub struct ThisInstructionMeter {
pub compute_meter: Rc<RefCell<dyn ComputeMeter>>,
}Expand description
Passed to the VM to enforce the compute budget
Fields
compute_meter: Rc<RefCell<dyn ComputeMeter>>