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

feat(wallet-mobile): new tx review foreign utxo info #3746

Merged
merged 4 commits into from
Nov 26, 2024

Conversation

banklesss
Copy link
Contributor

Description / Change(s) / Related issue(s)

Added support for obtaining foreign utxos

Ticket

YV-129

@github-actions github-actions bot added the fix label Nov 26, 2024
@banklesss banklesss changed the title Fix/tc review leftovers feat(wallet-mobile): new tx review foreign utxo info Nov 26, 2024
@banklesss banklesss added feature and removed fix labels Nov 26, 2024
@@ -25,6 +26,7 @@ export type NetworkConfig = {
export type NetworkApi = {
protocolParams: () => Promise<Readonly<ChainCardanoProtocolParams>>
bestBlock: () => Promise<ChainCardanoBestBlock>
utxoData: (request: ApiUtxoDataRequest) => Promise<ApiUtxoData>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

not sure if its the best place

@stackchain stackchain merged commit cc8da86 into develop Nov 26, 2024
1 check passed
@stackchain stackchain deleted the fix/tc-review-leftovers branch November 26, 2024 12:55
@stackchain stackchain mentioned this pull request Dec 5, 2024
56 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants