UNPKG

@holographxyz/cli

Version:
11 lines (10 loc) 276 B
export declare enum BytecodeType { Custom = "Custom", CxipERC721 = "CxipERC721", SampleERC20 = "SampleERC20", SampleERC721 = "SampleERC721", Holographer = "Holographer" } export declare const bytecodes: { [key in keyof typeof BytecodeType]: string; };