Class Address

java.lang.Object
All Implemented Interfaces:
IValidated, IWriteable, Comparable<ABlobLike<?>>

public final class Address extends ABlobLike<CVMLong>
Immutable class representing an Address, generally used to uniquely identify an Account. An Address is a specialised 8-byte long blob instance that wraps a non-negative long Account number. This number serves as an index into the vector of accounts for the current state.