MCPcopy Create free account
hub / github.com/ccxt/ccxt / getBytes

Function getBytes

js/src/static_dependencies/ethers/utils/data.js:33–35  ·  view source on GitHub ↗
(value, name)

Source from the content-addressed store, hash-verified

31 * @see: getBytesCopy
32 */
33export function getBytes(value, name) {
34 return _getBytes(value, name, false);
35}
36/**
37 * Get a typed Uint8Array for %%value%%, creating a copy if necessary
38 * to prevent any modifications of the returned value from being

Callers 15

decodeBytes32StringFunction · 0.90
parseTransactionMethod · 0.90
decodeRlpFunction · 0.90
decodeBase64Function · 0.90
encodeBase64Function · 0.90
keccak256Function · 0.90
sha256Function · 0.90
uuidV4Function · 0.90
encodeBase58Function · 0.90
encodeBase64Function · 0.90
_encodeFunction · 0.90
fromBytesMethod · 0.90

Calls 1

_getBytesFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…