feat: Handle serialized transaction instead of its hash #58
Annotations
10 errors
src/index.ts#L125
Argument of type '{ data?: Buffer | undefined; returnCode: number; errorMessage: string; }' is not assignable to parameter of type 'Buffer'.
|
src/index.ts#L142
Argument of type '{ data?: Buffer | undefined; returnCode: number; errorMessage: string; }' is not assignable to parameter of type 'Buffer'.
|
src/index.ts#L180
Type '{ data?: Buffer | undefined; returnCode: number; errorMessage: string; }' is missing the following properties from type 'Buffer': write, toJSON, equals, compare, and 97 more.
|
src/index.ts#L199
Type '{ data?: Buffer | undefined; returnCode: number; errorMessage: string; }' is missing the following properties from type 'Buffer': write, toJSON, equals, compare, and 97 more.
|
src/index.ts#L211
Argument of type 'ResponsePayload' is not assignable to parameter of type 'Buffer'.
|
src/index.ts#L214
Type '{ data?: Buffer | undefined; returnCode: number; errorMessage: string; }' is missing the following properties from type 'Buffer': write, toJSON, equals, compare, and 97 more.
|
src/index.ts#L226
Argument of type 'ResponsePayload' is not assignable to parameter of type 'Buffer'.
|
src/index.ts#L229
Type '{ data?: Buffer | undefined; returnCode: number; errorMessage: string; }' is missing the following properties from type 'Buffer': write, toJSON, equals, compare, and 97 more.
|
src/index.ts#L263
Property 'sendDkgChunk' does not exist on type 'IronfishApp'.
|
src/index.ts#L268
Cannot find name 'errorCodeToString'.
|
The logs for this run have expired and are no longer available.
Loading