ConfirmTransaction

case
class ConfirmTransaction(id: UByte, actionNumber: Short, accepted: Boolean)

ConfirmTransaction notifies the client whether a transaction was successful or failed (e.g. due to lag).

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product