case class DelegatorListOfForgerKeys(delegator: DelegatorKey) extends StateDbArray with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DelegatorListOfForgerKeys
- Serializable
- Serializable
- Product
- Equals
- StateDbArray
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DelegatorListOfForgerKeys(delegator: DelegatorKey)
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
-
val
account: Address
- Definition Classes
- StateDbArray
- def addForgerKey(view: BaseAccountStateView, forgerKey: ForgerKey): Unit
-
def
append(view: BaseAccountStateView, value: Array[Byte]): Int
- Definition Classes
- StateDbArray
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
baseArrayKey: Array[Byte]
- Attributes
- protected
- Definition Classes
- StateDbArray
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val delegator: DelegatorKey
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getForgerKey(view: BaseAccountStateView, idx: Int): ForgerKey
-
def
getSize(view: BaseAccountStateView): Int
- Definition Classes
- StateDbArray
-
def
getValue(view: BaseAccountStateView, index: Int): Array[Byte]
- Definition Classes
- StateDbArray
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
keySeed: Array[Byte]
- Definition Classes
- StateDbArray
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
removeAndRearrange(view: BaseAccountStateView, index: Int): Array[Byte]
- Definition Classes
- StateDbArray
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
updateSize(view: BaseAccountStateView, newSize: Int): Unit
- Attributes
- protected
- Definition Classes
- StateDbArray
-
def
updateValue(view: BaseAccountStateView, index: Int, newValue: Array[Byte]): Unit
- Definition Classes
- StateDbArray
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated