Converts Bytes into Address.
import { bytes } from "@protofire/subgraph-devkit";const bytesAddress = Bytes.fromHexString("0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984");bytes.toAddress(bytesAddress);
the Address representation of the Bytes.
the Bytes.
Generated using TypeDoc
Converts Bytes into Address.
Example
Returns
the Address representation of the Bytes.