We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To balance a partial transaction, we need to know which UTXO is the collateral.
nami-wallet has implemented this feature:
nami-wallet
> await nami.experimental.getCollateral() ['828258200c153f47be46b76d1df3b46c9d2532c3b0adb8817a…a34c6601ee0b3e5ef71542561443c1a07dc69911a004c4b40']
I suggest that .getCollateral() should be included in CIP-0030, with the interface similar to what nami-wallet has done.
.getCollateral()
The text was updated successfully, but these errors were encountered:
Fixed by #208
Sorry, something went wrong.
No branches or pull requests
To balance a partial transaction, we need to know which UTXO is the collateral.
nami-wallet
has implemented this feature:I suggest that
.getCollateral()
should be included in CIP-0030, with the interface similar to whatnami-wallet
has done.The text was updated successfully, but these errors were encountered: