LW-10737: Credential indexer #20
Annotations
10 errors and 1 warning
|
|
Type '{ certificates: ({ certificate: { __typename: Cardano.CertificateType.StakeRegistration; stakeCredential: { hash: Crypto.Hash28ByteBase16; type: Cardano.CredentialType.KeyHash; }; }; pointer: Cardano.Pointer; } | { ...; })[]; eventType: ChainSyncEventType.RollBackward; }' is not assignable to type 'EventData'.
|
Type '{ certificates: ({ certificate: { __typename: Cardano.CertificateType.StakeRegistration; stakeCredential: { hash: Crypto.Hash28ByteBase16; type: Cardano.CredentialType.KeyHash; }; }; pointer: Cardano.Pointer; } | { ...; })[]; eventType: ChainSyncEventType.RollForward; }' is not assignable to type 'EventData'.
|
Type '{ certificates: ({ certificate: { __typename: Cardano.CertificateType.StakeDeregistration; stakeCredential: { hash: Crypto.Hash28ByteBase16; type: Cardano.CredentialType.KeyHash; }; }; pointer: Cardano.Pointer; } | { ...; })[]; eventType: ChainSyncEventType.RollForward; }' is not assignable to type 'WithCertificates & { eventType: ChainSyncEventType; }'.
|
Type '{ certificates: ({ certificate: { __typename: Cardano.CertificateType.PoolRegistration; poolParameters: Cardano.PoolParameters; }; pointer: Cardano.Pointer; } | { certificate: { ...; }; pointer: Cardano.Pointer; })[]; epochNo: Cardano.EpochNo; }' is not assignable to type 'WithCertificates & WithEpochNo'.
|
|
|
|
|
The following actions uses Node.js version which is deprecated 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/
|
This job failed
Loading