ToIRContextProps
export type ToIRContextProps = {
aliasNamespace??: string
isTestnet: boolean
makeParamsSubstitutable??: boolean
optimize: boolean
}
export type ToIRContextProps = {
aliasNamespace??: string
isTestnet: boolean
makeParamsSubstitutable??: boolean
optimize: boolean
}