Enum proj_billing::billing::MeterKeys
[−]
[src]
pub enum MeterKeys {
SignOnMeter(Keys),
ThreeParty(SecretKey, PublicKey, PublicKey),
}Ugly hack to make new_meter have the right parameters
Variants
SignOnMeter(Keys)Argument it what it says on the tin
ThreeParty(SecretKey, PublicKey, PublicKey)(meter secret key, meter public key, provider public key)