Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testStaticBytes
Method · 0.95
encode
Method · 0.95
encodeDynamicBytes
Method · 0.95
Calls
2
toHexStringNoPrefix
Method · 0.95
getValue
Method · 0.65
Tested by
1
testStaticBytes
Method · 0.76