vasku
Version:
TVM-Solidity contract development framework
17 lines • 491 B
TypeScript
export declare const GIVER: {
se: {
v2: string;
v3: string;
safeMultiSigWallet: string;
};
v2: string;
v3: string;
safeMultiSigWallet: string;
};
declare const SE_GIVERS: readonly [string, string, string];
declare const GIVERS: readonly [string, string, string];
export type SEGiverLabel = typeof SE_GIVERS[number];
export type GiverLabels = typeof GIVERS[number];
export { SE_GIVERS };
export { GIVERS };
//# sourceMappingURL=giverLabels.d.ts.map