static fun fromBytes(bytes: Bytes!): AccountState!
Reads an account state from a RLP representation.
bytes - Bytes!: the bytes of the serialized acount state.
bytes
Return AccountState!: the AccountState read from the bytes.