StorageInt

final class StorageInt(val amount: Int) extends StorageConversions
Value Params
amount

integer amount of some storage unit

class Object
trait Matchable
class Any

Value members

Concrete methods

protected def asBytes(multiplier: Long): Long

Inherited methods

protected def asStorageSize(multiplier: Long): StorageSize
Inherited from
StorageConversions

Concrete fields

val amount: Int