@noir-lang/types
Advanced tools
Comparing version 0.28.0 to 0.29.0-95d4d13.nightly
@@ -39,2 +39,13 @@ export type Field = string | number | boolean; | ||
}; | ||
export type AbiErrorType = { | ||
error_kind: 'fmtstring'; | ||
length: number; | ||
item_types: AbiType[]; | ||
} | ({ | ||
error_kind: 'custom'; | ||
} & AbiType); | ||
export type RawAssertionPayload = { | ||
selector: string; | ||
data: string[]; | ||
}; | ||
export type WitnessMap = Map<number, string>; | ||
@@ -52,2 +63,3 @@ export type Abi = { | ||
return_witnesses: number[]; | ||
error_types: Record<string, AbiErrorType>; | ||
}; | ||
@@ -54,0 +66,0 @@ export interface VerifierBackend { |
@@ -39,2 +39,13 @@ export type Field = string | number | boolean; | ||
}; | ||
export type AbiErrorType = { | ||
error_kind: 'fmtstring'; | ||
length: number; | ||
item_types: AbiType[]; | ||
} | ({ | ||
error_kind: 'custom'; | ||
} & AbiType); | ||
export type RawAssertionPayload = { | ||
selector: string; | ||
data: string[]; | ||
}; | ||
export type WitnessMap = Map<number, string>; | ||
@@ -52,2 +63,3 @@ export type Abi = { | ||
return_witnesses: number[]; | ||
error_types: Record<string, AbiErrorType>; | ||
}; | ||
@@ -54,0 +66,0 @@ export interface VerifierBackend { |
@@ -7,3 +7,3 @@ { | ||
"packageManager": "yarn@3.5.1", | ||
"version": "0.28.0", | ||
"version": "0.29.0-95d4d13.nightly", | ||
"license": "(MIT OR Apache-2.0)", | ||
@@ -10,0 +10,0 @@ "homepage": "https://noir-lang.org/", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50103
222