trait ErgoLikeParameters extends AnyRef
Blockchain parameters readjustable via miners voting and voting-related data. All these fields are included into extension section of a first block of a voting epoch.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ErgoLikeParameters
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def blockVersion: Byte
- returns
Protocol version
- abstract def dataInputCost: Int
- returns
cost of a transaction data input, in computation unit
- abstract def inputCost: Int
- returns
cost of a transaction input, in computation unit
- abstract def maxBlockCost: Int
- returns
computation units limit per block
- abstract def maxBlockSize: Int
- returns
max block size, in bytes
- abstract def minValuePerByte: Int
- returns
cost of a transaction output, in computation unit
- abstract def outputCost: Int
- returns
cost of a transaction output, in computation unit
- abstract def softForkStartingHeight: Option[Int]
- returns
height when voting for a soft-fork had been started
- abstract def softForkVotesCollected: Option[Int]
- returns
votes for soft-fork collected in previous epochs
- abstract def storageFeeFactor: Int
- returns
cost of storing 1 byte in UTXO for four years, in nanoErgs
- abstract def tokenAccessCost: Int
- returns
cost of a token contained in a transaction, in computation unit
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()