Changed ZKP for working with chunked veiled balance #22
Annotations
10 errors
run-tests:
src/internal/veiledBalance.ts#L108
Property 'sigma' does not exist on type 'VeiledWithdrawProofOutputs'.
|
run-tests:
src/internal/veiledBalance.ts#L108
Property 'range' does not exist on type 'VeiledWithdrawProofOutputs'.
|
run-tests:
src/internal/veiledBalance.ts#L163
Property 'encryptedSenderBalance' does not exist on type 'SigmaProofVeiledTransferInputs & { aptosConfig: AptosConfig; sender: AccountAddressInput; tokenAddress: string; recipient: AccountAddressInput; options?: InputGenerateTransactionOptions | undefined; }'.
|
run-tests:
src/internal/veiledBalance.ts#L165
Property 'changedSenderBalance' does not exist on type 'SigmaProofVeiledTransferInputs & { aptosConfig: AptosConfig; sender: AccountAddressInput; tokenAddress: string; recipient: AccountAddressInput; options?: InputGenerateTransactionOptions | undefined; }'.
|
run-tests:
src/internal/veiledBalance.ts#L166
Property 'random' does not exist on type 'SigmaProofVeiledTransferInputs & { aptosConfig: AptosConfig; sender: AccountAddressInput; tokenAddress: string; recipient: AccountAddressInput; options?: InputGenerateTransactionOptions | undefined; }'.
|
run-tests:
src/internal/veiledBalance.ts#L174
Object literal may only specify known properties, but 'encryptedSenderBalance' does not exist in type 'SigmaProofVeiledTransferInputs'. Did you mean to write 'encryptedBalance'?
|
run-tests:
src/internal/veiledBalance.ts#L191
Property 'encryptedAmountBySender' does not exist on type 'VeiledTransferProofOutputs'.
|
run-tests:
src/internal/veiledBalance.ts#L192
Property 'encryptedAmountBySender' does not exist on type 'VeiledTransferProofOutputs'.
|
run-tests:
src/internal/veiledBalance.ts#L193
Property 'maskedRecipientPublicKey' does not exist on type 'VeiledTransferProofOutputs'.
|
run-tests:
src/internal/veiledBalance.ts#L195
Argument of type 'Uint8Array[]' is not assignable to parameter of type 'Uint8Array'.
|