Function internalExistsWithType
- internalExistsWithType<T0 = any, T1 = any>(
client: SuiClient,
args: [string, T0],
typeArguments: [string | TypeDescriptor<T0>, string | TypeDescriptor<T1>],
): Promise<TypedDevInspectResults<[boolean]>> Returns Promise<TypedDevInspectResults<[boolean]>>