ProgramProps
export type ProgramProps = {
allowModuleEntryPoint??: boolean
isTestnet??: boolean
moduleSources??: string | Source[]
throwCompilerErrors??: boolean
validatorTypes??: ScriptTypes
}export type ProgramProps = {
allowModuleEntryPoint??: boolean
isTestnet??: boolean
moduleSources??: string | Source[]
throwCompilerErrors??: boolean
validatorTypes??: ScriptTypes
}