Model STs in Persistence #804
Annotations
30 errors
|
lint
Type '{ beforeBlockStateTransitions: Prisma.InputJsonArray; beforeNetworkState: Prisma.InputJsonObject; duringNetworkState: Prisma.InputJsonObject; transactions: { ...; }; ... 10 more ...; parentHash: string | null; }' is not assignable to type '(Without<BlockCreateInput, BlockUncheckedCreateInput> & BlockUncheckedCreateInput) | (Without<...> & BlockCreateInput)'.
|
|
lint
Property 'beforeBlockStateTransitions' does not exist on type '{ height: number; hash: string; transactionsHash: string; beforeNetworkState: JsonValue; duringNetworkState: JsonValue; fromEternalTransactionsHash: string; toEternalTransactionsHash: string; ... 5 more ...; batchHeight: number | null; }'.
|
|
lint
Type '{ afterNetworkState: Prisma.InputJsonValue; blockHashWitness: Prisma.InputJsonValue; afterBlockStateTransitions: Prisma.InputJsonValue; stateRoot: string; blockHash: string; blockHashRoot: string; witnessedRoots: string[]; }' is not assignable to type '(Without<BlockResultCreateInput, BlockResultUncheckedCreateInput> & BlockResultUncheckedCreateInput) | (Without<...> & BlockResultCreateInput)'.
|
|
lint
Property 'afterBlockStateTransitions' does not exist on type '{ blockHash: string; stateRoot: string; blockHashRoot: string; witnessedRoots: string[]; afterNetworkState: JsonValue; blockHashWitness: JsonValue; }'.
|
|
lint
'"./StateTransitionMapper"' has no exported member named 'StateTransitionArrayMapper'. Did you mean 'StateTransitionMapper'?
|
|
lint
Property 'beforeBlockStateTransitions' does not exist on type '{ height: number; hash: string; transactionsHash: string; beforeNetworkState: JsonValue; duringNetworkState: JsonValue; fromEternalTransactionsHash: string; toEternalTransactionsHash: string; ... 5 more ...; batchHeight: number | null; }'.
|
|
lint
Type '{ height: number; beforeNetworkState: { block: { height: string; }; previous: { rootHash: string; }; }; duringNetworkState: { block: { height: string; }; previous: { rootHash: string; }; }; fromEternalTransactionsHash: string; ... 9 more ...; beforeBlockStateTransitions: any; }' is not assignable to type '{ height: number; hash: string; transactionsHash: string; beforeNetworkState: JsonValue; duringNetworkState: JsonValue; fromEternalTransactionsHash: string; toEternalTransactionsHash: string; ... 5 more ...; batchHeight: number | null; }'.
|
|
lint
'"./StateTransitionMapper"' has no exported member named 'StateTransitionArrayMapper'. Did you mean 'StateTransitionMapper'?
|
|
lint
Property 'afterBlockStateTransitions' does not exist on type '{ blockHash: string; stateRoot: string; blockHashRoot: string; witnessedRoots: string[]; afterNetworkState: JsonValue; blockHashWitness: JsonValue; }'.
|
|
lint
Type '{ stateRoot: string; blockHash: string; blockHashRoot: string; blockHashWitness: { path: string[]; isLeft: boolean[]; }; afterBlockStateTransitions: any; afterNetworkState: { block: { height: string; }; previous: { ...; }; }; witnessedRoots: string[]; }' is not assignable to type '{ blockHash: string; stateRoot: string; blockHashRoot: string; witnessedRoots: string[]; afterNetworkState: JsonValue; blockHashWitness: JsonValue; }'.
|
|
build
Type '{ beforeBlockStateTransitions: Prisma.InputJsonArray; beforeNetworkState: Prisma.InputJsonObject; duringNetworkState: Prisma.InputJsonObject; transactions: { ...; }; ... 10 more ...; parentHash: string | null; }' is not assignable to type '(Without<BlockCreateInput, BlockUncheckedCreateInput> & BlockUncheckedCreateInput) | (Without<...> & BlockCreateInput)'.
|
|
build
Property 'beforeBlockStateTransitions' does not exist on type '{ height: number; hash: string; transactionsHash: string; beforeNetworkState: JsonValue; duringNetworkState: JsonValue; fromEternalTransactionsHash: string; toEternalTransactionsHash: string; ... 5 more ...; batchHeight: number | null; }'.
|
|
build
Type '{ afterNetworkState: Prisma.InputJsonValue; blockHashWitness: Prisma.InputJsonValue; afterBlockStateTransitions: Prisma.InputJsonValue; stateRoot: string; blockHash: string; blockHashRoot: string; witnessedRoots: string[]; }' is not assignable to type '(Without<BlockResultCreateInput, BlockResultUncheckedCreateInput> & BlockResultUncheckedCreateInput) | (Without<...> & BlockResultCreateInput)'.
|
|
build
Property 'afterBlockStateTransitions' does not exist on type '{ blockHash: string; stateRoot: string; blockHashRoot: string; witnessedRoots: string[]; afterNetworkState: JsonValue; blockHashWitness: JsonValue; }'.
|
|
build
'"./StateTransitionMapper"' has no exported member named 'StateTransitionArrayMapper'. Did you mean 'StateTransitionMapper'?
|
|
build
Property 'beforeBlockStateTransitions' does not exist on type '{ height: number; hash: string; transactionsHash: string; beforeNetworkState: JsonValue; duringNetworkState: JsonValue; fromEternalTransactionsHash: string; toEternalTransactionsHash: string; ... 5 more ...; batchHeight: number | null; }'.
|
|
build
Type '{ height: number; beforeNetworkState: { block: { height: string; }; previous: { rootHash: string; }; }; duringNetworkState: { block: { height: string; }; previous: { rootHash: string; }; }; fromEternalTransactionsHash: string; ... 9 more ...; beforeBlockStateTransitions: any; }' is not assignable to type '{ height: number; hash: string; transactionsHash: string; beforeNetworkState: JsonValue; duringNetworkState: JsonValue; fromEternalTransactionsHash: string; toEternalTransactionsHash: string; ... 5 more ...; batchHeight: number | null; }'.
|
|
build
'"./StateTransitionMapper"' has no exported member named 'StateTransitionArrayMapper'. Did you mean 'StateTransitionMapper'?
|
|
build
Property 'afterBlockStateTransitions' does not exist on type '{ blockHash: string; stateRoot: string; blockHashRoot: string; witnessedRoots: string[]; afterNetworkState: JsonValue; blockHashWitness: JsonValue; }'.
|
|
build
Type '{ stateRoot: string; blockHash: string; blockHashRoot: string; blockHashWitness: { path: string[]; isLeft: boolean[]; }; afterBlockStateTransitions: any; afterNetworkState: { block: { height: string; }; previous: { ...; }; }; witnessedRoots: string[]; }' is not assignable to type '{ blockHash: string; stateRoot: string; blockHashRoot: string; witnessedRoots: string[]; afterNetworkState: JsonValue; blockHashWitness: JsonValue; }'.
|
|
test
Type '{ beforeBlockStateTransitions: Prisma.InputJsonArray; beforeNetworkState: Prisma.InputJsonObject; duringNetworkState: Prisma.InputJsonObject; transactions: { ...; }; ... 10 more ...; parentHash: string | null; }' is not assignable to type '(Without<BlockCreateInput, BlockUncheckedCreateInput> & BlockUncheckedCreateInput) | (Without<...> & BlockCreateInput)'.
|
|
test
Property 'beforeBlockStateTransitions' does not exist on type '{ height: number; hash: string; transactionsHash: string; beforeNetworkState: JsonValue; duringNetworkState: JsonValue; fromEternalTransactionsHash: string; toEternalTransactionsHash: string; ... 5 more ...; batchHeight: number | null; }'.
|
|
test
Type '{ afterNetworkState: Prisma.InputJsonValue; blockHashWitness: Prisma.InputJsonValue; afterBlockStateTransitions: Prisma.InputJsonValue; stateRoot: string; blockHash: string; blockHashRoot: string; witnessedRoots: string[]; }' is not assignable to type '(Without<BlockResultCreateInput, BlockResultUncheckedCreateInput> & BlockResultUncheckedCreateInput) | (Without<...> & BlockResultCreateInput)'.
|
|
test
Property 'afterBlockStateTransitions' does not exist on type '{ blockHash: string; stateRoot: string; blockHashRoot: string; witnessedRoots: string[]; afterNetworkState: JsonValue; blockHashWitness: JsonValue; }'.
|
|
test
'"./StateTransitionMapper"' has no exported member named 'StateTransitionArrayMapper'. Did you mean 'StateTransitionMapper'?
|
|
test
Property 'beforeBlockStateTransitions' does not exist on type '{ height: number; hash: string; transactionsHash: string; beforeNetworkState: JsonValue; duringNetworkState: JsonValue; fromEternalTransactionsHash: string; toEternalTransactionsHash: string; ... 5 more ...; batchHeight: number | null; }'.
|
|
test
Type '{ height: number; beforeNetworkState: { block: { height: string; }; previous: { rootHash: string; }; }; duringNetworkState: { block: { height: string; }; previous: { rootHash: string; }; }; fromEternalTransactionsHash: string; ... 9 more ...; beforeBlockStateTransitions: any; }' is not assignable to type '{ height: number; hash: string; transactionsHash: string; beforeNetworkState: JsonValue; duringNetworkState: JsonValue; fromEternalTransactionsHash: string; toEternalTransactionsHash: string; ... 5 more ...; batchHeight: number | null; }'.
|
|
test
'"./StateTransitionMapper"' has no exported member named 'StateTransitionArrayMapper'. Did you mean 'StateTransitionMapper'?
|
|
test
Property 'afterBlockStateTransitions' does not exist on type '{ blockHash: string; stateRoot: string; blockHashRoot: string; witnessedRoots: string[]; afterNetworkState: JsonValue; blockHashWitness: JsonValue; }'.
|
|
test
Type '{ stateRoot: string; blockHash: string; blockHashRoot: string; blockHashWitness: { path: string[]; isLeft: boolean[]; }; afterBlockStateTransitions: any; afterNetworkState: { block: { height: string; }; previous: { ...; }; }; witnessedRoots: string[]; }' is not assignable to type '{ blockHash: string; stateRoot: string; blockHashRoot: string; witnessedRoots: string[]; afterNetworkState: JsonValue; blockHashWitness: JsonValue; }'.
|