Struct sputnikvm_precompiled_bn128::Bn128PairingPrecompiled[][src]

pub struct Bn128PairingPrecompiled;

Trait Implementations

impl Precompiled for Bn128PairingPrecompiled
[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