Skip to content

BytesLike

type BytesLike =
| DataHexString
| Uint8Array;

Defined in: node_modules/.pnpm/ethers@6.15.0/node_modules/ethers/lib.esm/utils/data.d.ts:16

An object that can be used to represent binary data.