Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Cardano primitive docs #34

Merged
merged 2 commits into from
Mar 26, 2024
Merged

Conversation

SebastienGllmt
Copy link
Contributor

This PR does a few things:

  1. It adds docs for the cardano-projected-nft primitive (fix Document cardano-projected-nft #28 )
  2. Updates the cardano-mint-burn primitive based on mintBurnHistory endpoint: add addresses (credentials) to the output dcSpark/carp#179
  3. Improves the cardano-transfer primitive docs

We'll have to update the docs once we have a solution to PaimaStudios/paima-engine#325

@SebastienGllmt SebastienGllmt self-assigned this Mar 23, 2024
```ts
export interface ICdeCardanoGetProjectedNftResult {
amount: string;
asset_name: string;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated to this, but I think this may not work right now if assetName is empty. Or at least I couldn't find a way to parse empty strings in the concise format.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's just two consecutive bars (i.e. ||)

@SebastienGllmt SebastienGllmt merged commit 9c6bd56 into main Mar 26, 2024
1 check passed
@SebastienGllmt SebastienGllmt deleted the update-cardano-primitives branch March 26, 2024 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document cardano-projected-nft
2 participants