Enum ethjson::spec::builtin::Pricing[][src]

pub enum Pricing {
    Linear(Linear),
    Modexp(Modexp),
    AltBn128Pairing(AltBn128Pairing),
}

Pricing variants.

Variants

Linear pricing.

Pricing for modular exponentiation.

Pricing for alt_bn128_pairing exponentiation.

Trait Implementations

impl Debug for Pricing
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Pricing
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Pricing
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Pricing

impl Sync for Pricing