/** * An hardcoded state root that represents an empty trie. * Can be dynamically computed using keccak256([]) or generateStateRoot([]) */ export const EMPTY_STATE_ROOT: Uint8Array; //# sourceMappingURL=EMPTY_STATE_ROOT.d.ts.map