Account

case class Account(account_hash: AccountHash, named_keys: Seq[NamedKey], main_purse: URef, associated_keys: Seq[AssociatedKey], action_thresholds: ActionThresholds)
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