We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a856242 commit aa7e887Copy full SHA for aa7e887
packages/module/src/method/MethodParameterEncoder.ts
@@ -92,7 +92,7 @@ export function checkArgsProvable(
92
93
const indizes = paramtypes
94
.map((type, index) => {
95
- if (isFlexibleProvablePure(type)) {
+ if (isProofBaseType(type) || isFlexibleProvablePure(type)) {
96
return undefined;
97
}
98
return `${index}`;
0 commit comments