Skip to content

Commit

Permalink
bigint -> string
Browse files Browse the repository at this point in the history
  • Loading branch information
gostkin committed Dec 18, 2023
1 parent cf5a740 commit 13f4962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/engine/paima-sm/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ interface CdeDatumCardanoProjectedNFTPayload {
previousTxOutputIndex: number | undefined;

asset: string;
amount: bigint;
amount: string;
status: string;
plutusDatum: string;

forHowLong: bigint | undefined;
forHowLong: string | undefined;
}

type ChainDataExtensionPayload =
Expand Down

0 comments on commit 13f4962

Please sign in to comment.