UNPKG

ton3-core

Version:
9 lines (8 loc) 232 B
import { Cell } from '../boc'; declare class ContractLibrary { readonly code: Cell; readonly isPublic: boolean; constructor(code: Cell, isPublic: boolean); static get EmptyCode(): Cell; } export { ContractLibrary };