trait Box[P <: Proposition] extends sparkz.core.transaction.box.Box[P]
Just to not farget what is a Box interface
trait Box[P <: Proposition] extends BytesSerializable { val value: Box.Amount val proposition: P
val id: ADKey }
object Box { type Amount = Long }
- Annotations
- @JsonView() @JsonIgnoreProperties()
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Box
- Box
- BytesSerializable
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Abstract Value Members
- abstract def boxTypeId(): Byte
- abstract def customFieldsHash(): Array[Byte]
-
abstract
def
id(): Array[Byte]
- Definition Classes
- Box → Box
- Annotations
- @JsonProperty() @Override()
-
abstract
def
isCustom(): Boolean
- Annotations
- @JsonProperty()
-
abstract
def
nonce(): Long
- Annotations
- @JsonProperty()
-
abstract
def
proposition(): P
- Definition Classes
- Box → Box
- Annotations
- @JsonProperty() @Override()
-
abstract
def
serializer(): BoxSerializer
- Definition Classes
- Box → BytesSerializable
- Annotations
- @Override()
-
abstract
def
typeName(): String
- Annotations
- @JsonProperty()
-
abstract
def
value(): Long
- Definition Classes
- Box → Box
- Annotations
- @JsonProperty() @Override()
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
bytes(): Array[Byte]
- Definition Classes
- Box → BytesSerializable
- Annotations
- @Override()
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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