tuweni / org.apache.tuweni.eth / AccountState / fromBytes

fromBytes

static fun fromBytes(bytes: Bytes!): AccountState! (source)

Reads an account state from a RLP representation.

Parameters

bytes - Bytes!: the bytes of the serialized acount state.

Return
AccountState!: the AccountState read from the bytes.