vasku
Version:
TVM-Solidity contract development framework
30 lines • 722 B
TypeScript
export declare const GiverV2Content: {
abi: {
'ABI version': number;
header: string[];
functions: ({
name: string;
inputs: {
name: string;
type: string;
}[];
outputs: never[];
} | {
name: string;
inputs: never[];
outputs: {
components: {
name: string;
type: string;
}[];
name: string;
type: string;
}[];
})[];
events: never[];
};
tvc: string;
code: string;
codeHash: string;
};
//# sourceMappingURL=GiverV2Content.d.ts.map