We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f9e03 commit b182760Copy full SHA for b182760
packages/engine/paima-sm/src/types.ts
@@ -18,6 +18,7 @@ import type {
18
} from '@paima/utils';
19
import { Type } from '@sinclair/typebox';
20
import type { Static } from '@sinclair/typebox';
21
+import type { ProjectedNftStatus } from '@dcspark/carp-client';
22
23
export { SubmittedChainData, SubmittedData };
24
@@ -108,7 +109,7 @@ interface CdeDatumCardanoProjectedNFTPayload {
108
109
policyId: string;
110
assetName: string;
111
amount: string;
- status: string;
112
+ status: ProjectedNftStatus;
113
plutusDatum: string;
114
115
forHowLong: string | undefined;
0 commit comments