@unspent/phi
Version:
a collection of anyone can spend contracts
19 lines • 380 B
TypeScript
export declare const artifact: {
contractName: string;
constructorInputs: {
name: string;
type: string;
}[];
abi: {
name: string;
inputs: never[];
}[];
bytecode: string;
source: string;
compiler: {
name: string;
version: string;
};
updatedAt: string;
};
//# sourceMappingURL=v2.alpha.d.ts.map