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

Add initial support for Ripple, RippleHandler #31

Closed
wants to merge 12 commits into from
Closed

Conversation

sosaucily
Copy link
Contributor

No description provided.

throw new RippleError(`Multiple Vaults with UUID: ${nftUUID} found`);
// we have multiple NFTs with the same UUID, this is not a problem
// let's just return the one with the highest nft_serial
matchingNFT.sort((a, b) => a.nft_serial - b.nft_serial);
Copy link
Contributor Author

@sosaucily sosaucily Oct 14, 2024

Choose a reason for hiding this comment

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

See here!

Screenshot 2024-10-14 at 15 19 07

@Polybius93 Polybius93 closed this Oct 15, 2024
@Polybius93 Polybius93 deleted the support-xrpl branch October 15, 2024 16:48
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.

2 participants