interface IGasPrice {
    valueOf(): number;
}

Methods

Methods