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