{"version":3,"file":"encode.cjs","sources":["../../../../../src/mods/abi/encode.ts"],"sourcesContent":["import { ZeroHexString } from \"@hazae41/hexane\"\n\nexport interface Encodable {\n  encodeOrThrow(): string\n}\n\nexport function encodeOrThrow(encodable: Encodable): ZeroHexString {\n  return `0x${encodable.encodeOrThrow()}` as ZeroHexString\n}"],"names":[],"mappings":";;AAMM,SAAU,aAAa,CAAC,SAAoB,EAAA;AAChD,IAAA,OAAO,KAAK,SAAS,CAAC,aAAa,EAAE,EAAmB;AAC1D;;;;"}