Package org.hyperledger.besu.plugin.data
Interface Address
-
- All Superinterfaces:
BinaryData
,UnformattedData
public interface Address extends UnformattedData
An interface forBinaryData
that also represents an Ethereum account address.
-
-
Method Summary
-
Methods inherited from interface org.hyperledger.besu.plugin.data.BinaryData
getByteArray, getHexString, size
-
-