feature/SDK-8 #41
Annotations
6 errors
build-test
Argument of type '{ params: { from: string; did: string; baseDocument: string; vMethoddId: string; isSecp256k1: true; publicKey: string; notBefore: number; notAfter: number; }[]; id: number; }' is not assignable to parameter of type '{ params: InsertDidDocumentParams[]; id: number; token: string; }'.
|
build-test
Argument of type '{ params: { from: string; did: string; isSecp256k1: true; vMethoddId: string; publicKey: string; }[]; id: number; }' is not assignable to parameter of type '{ params: AddVerificationMethodParams[]; id: number; token: string; }'.
|
build-test
Argument of type '{ params: { from: string; did: string; vMethoddId: string; name: string; notAfter: number; notBefore: number; }[]; id: number; }' is not assignable to parameter of type '{ params: AddVerificationMethodRelationshipParams[]; id: number; token: string; }'.
|
build-test
Argument of type '{ params: { protocol: string; unsignedTransaction: any; r: string; s: string; v: string; signedRawTransaction: string; }[]; id: number; }' is not assignable to parameter of type '{ params: SendSignedTransactionParams[]; id: number; token: string; }'.
|
build-test
Argument of type '{ params: { from: any; did: string; baseDocument: any; }[]; id: number; }' is not assignable to parameter of type '{ params: UpdateBaseDocumentParams[]; id: number; token: string; }'.
|
build-test
Process completed with exit code 2.
|