Tonomy-Foundation / Tonomy-ID-SDK

This Software Development Kit is used in Tonomy ID to interact and call with the Antelope blockchain and services. It is also used as the public API for integration by applications to do single sign-on, share credentials and sign transactions.
https://tonomy-id-sdk-tonomy-foundation.vercel.app
Apache License 2.0
5 stars 1 forks source link

Send transaction request from App to wallet #351

Open sadiabbasi opened 7 months ago

sadiabbasi commented 7 months ago

Acceptance criteria:

This code here can be abstracted and also use sendWalletRequest() to send a LinkAuthRequest. https://github.com/Tonomy-Foundation/Tonomy-ID-SDK/blob/development/src/api/externalUser.ts#L495C13-L497C26