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