MCPcopy Create free account
hub / github.com/LFDT-web3j/web3j / encodeBytes

Method encodeBytes

abi/src/main/java/org/web3j/abi/TypeEncoder.java:239–242  ·  view source on GitHub ↗
(BytesType bytesType)

Source from the content-addressed store, hash-verified

237 }
238
239 static String encodeBytes(BytesType bytesType) {
240 byte[] value = bytesType.getValue();
241 return encodeBytes(value);
242 }
243
244 static String encodeBytes(byte[] value) {
245 int length = value.length;

Callers 3

testStaticBytesMethod · 0.95
encodeMethod · 0.95
encodeDynamicBytesMethod · 0.95

Calls 2

toHexStringNoPrefixMethod · 0.95
getValueMethod · 0.65

Tested by 1

testStaticBytesMethod · 0.76