Credential indexer #4
Open
Annotations
10 errors and 1 warning
🔬 Test
Property 'type' is missing in type '{ block_no: number; epoch_no: number; epoch_slot_no: number; hash: Buffer; next_block: Buffer; previous_block: Buffer; size: number; slot_leader_hash: Buffer; ... 4 more ...; vrf: string; }' but required in type 'BlockModel'.
|
🔬 Test
Argument of type '{ confirmations: number; date: Date; epoch: Cardano.EpochNo; epochSlot: number; fees: bigint; header: { blockNo: Cardano.BlockNo; hash: Cardano.BlockId; slot: Cardano.Slot; }; ... 6 more ...; vrf: Cardano.VrfVkBech32; }' is not assignable to parameter of type 'ExtendedBlockInfo'.
|
🔬 Test
Argument of type '{ confirmations: number; date: Date; epoch: Cardano.EpochNo; epochSlot: number; fees: bigint; header: { blockNo: Cardano.BlockNo; hash: Cardano.BlockId; slot: Cardano.Slot; }; ... 4 more ...; vrf: Cardano.VrfVkBech32; }' is not assignable to parameter of type 'ExtendedBlockInfo'.
|
🔬 Test
Property 'type' is missing in type '{ body: Cardano.OnChainTx<Cardano.TxBody>[]; header: Cardano.PartialBlockHeader; totalOutput: bigint; txCount: number; }' but required in type 'Block'.
|
🔬 Test
Argument of type '{ addresses: Address[]; }' is not assignable to parameter of type 'WithAddresses'.
|
🔬 Test
Argument of type '{ addresses: never[]; }' is not assignable to parameter of type 'WithAddresses'.
|
🔬 Test
Argument of type '{ utxo: { consumed: never[]; produced: never[]; }; }' is not assignable to parameter of type 'WithUtxo'.
|
🔬 Test
Argument of type '{ utxo: { consumed: never[]; produced: never[]; }; }' is not assignable to parameter of type 'WithUtxo'.
|
🔬 Test
Argument of type '{ utxo: { consumed: never[]; produced: never[]; }; }' is not assignable to parameter of type 'WithUtxo'.
|
🔬 Test
Argument of type '{ utxo: { consumed: never[]; produced: never[]; }; }' is not assignable to parameter of type 'WithUtxo'.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading