@hypernetlabs/objects
Version:
Objects and types shared by the Hypernet Protocol
42 lines • 986 B
TypeScript
declare const _default: {
_format: string;
contractName: string;
sourceName: string;
abi: ({
inputs: {
internalType: string;
name: string;
type: string;
}[];
stateMutability: string;
type: string;
name?: undefined;
outputs?: undefined;
} | {
inputs: {
internalType: string;
name: string;
type: string;
}[];
name: string;
outputs: never[];
stateMutability: string;
type: string;
} | {
inputs: never[];
name: string;
outputs: {
internalType: string;
name: string;
type: string;
}[];
stateMutability: string;
type: string;
})[];
bytecode: string;
deployedBytecode: string;
linkReferences: {};
deployedLinkReferences: {};
};
export default _default;
//# sourceMappingURL=LazyMintModule.d.ts.map