Skip to content

Commit

Permalink
Improve paima-sm carp type
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Mar 23, 2024
1 parent f2f9e03 commit b182760
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/engine/paima-sm/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import type {
} from '@paima/utils';
import { Type } from '@sinclair/typebox';
import type { Static } from '@sinclair/typebox';
import type { ProjectedNftStatus } from '@dcspark/carp-client';

export { SubmittedChainData, SubmittedData };

Expand Down Expand Up @@ -108,7 +109,7 @@ interface CdeDatumCardanoProjectedNFTPayload {
policyId: string;
assetName: string;
amount: string;
status: string;
status: ProjectedNftStatus;
plutusDatum: string;

forHowLong: string | undefined;
Expand Down

0 comments on commit b182760

Please sign in to comment.