This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
feat: use subscription to listen for certificates #4
Annotations
6 errors
Build (devnet-1):
src/AppInternals.tsx#L23
Argument of type '{ sourceSubnetIds: { position: number; sourceSubnetId: { value: string; }; }[] | undefined; limit: number; }' is not assignable to parameter of type 'Options'.
|
Build (devnet-1):
src/components/CrossSubnetMessagesGraph.tsx#L36
Argument of type '{ limit: number; sourceSubnetIds: SourceStreamPosition[] | undefined; } | {}' is not assignable to parameter of type 'Options'.
|
Build (devnet-1)
Process completed with exit code 2.
|
Build (testnet-1):
src/AppInternals.tsx#L23
Argument of type '{ sourceSubnetIds: { position: number; sourceSubnetId: { value: string; }; }[] | undefined; limit: number; }' is not assignable to parameter of type 'Options'.
|
Build (testnet-1):
src/components/CrossSubnetMessagesGraph.tsx#L36
Argument of type '{ limit: number; sourceSubnetIds: SourceStreamPosition[] | undefined; } | {}' is not assignable to parameter of type 'Options'.
|
Build (testnet-1)
Process completed with exit code 2.
|