Enum proj_billing::billing::MeterKeys [] [src]

pub enum MeterKeys {
    SignOnMeter(Keys),
    ThreeParty(SecretKeyPublicKeyPublicKey),
}

Ugly hack to make new_meter have the right parameters

Variants

Argument it what it says on the tin

(meter secret key, meter public key, provider public key)