[−][src]Trait solana_sdk::process_instruction::ComputeMeter
Compute meter
Required methods
pub fn consume(&mut self, amount: u64) -> Result<(), InstructionError>
[src]
Consume compute units
pub fn get_remaining(&self) -> u64
[src]
Get the number of remaining compute units