Struct sputnikvm_precompiled_bn128::Bn128MulPrecompiled[][src]

pub struct Bn128MulPrecompiled;

Trait Implementations

impl Precompiled for Bn128MulPrecompiled
[src]

Combine step and gas together, given the gas limit.

Step a precompiled contract based on the gas required.

Gas needed for a given computation.

Auto Trait Implementations