Skip to content

Commit b182760

Browse files
Improve paima-sm carp type
1 parent f2f9e03 commit b182760

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/engine/paima-sm/src/types.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import type {
1818
} from '@paima/utils';
1919
import { Type } from '@sinclair/typebox';
2020
import type { Static } from '@sinclair/typebox';
21+
import type { ProjectedNftStatus } from '@dcspark/carp-client';
2122

2223
export { SubmittedChainData, SubmittedData };
2324

@@ -108,7 +109,7 @@ interface CdeDatumCardanoProjectedNFTPayload {
108109
policyId: string;
109110
assetName: string;
110111
amount: string;
111-
status: string;
112+
status: ProjectedNftStatus;
112113
plutusDatum: string;
113114

114115
forHowLong: string | undefined;

0 commit comments

Comments
 (0)