export type Bytes = ArrayBuffer | DataView | Uint8Array; export type BytesLike = Bytes | string;