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
The SDK provides some pre made custom transaction functions to generate transactions, for example https://github.com/aptos-labs/aptos-ts-sdk/blob/main/src/api/digitalAsset.ts#L66 https://github.com/aptos-labs/aptos-ts-sdk/blob/main/src/api/fungibleAsset.ts#L139
Those functions support only single signer transaction and are not compatible with a sponsor transaction option.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🚀 Feature Request Description
The SDK provides some pre made custom transaction functions to generate transactions, for example
https://github.com/aptos-labs/aptos-ts-sdk/blob/main/src/api/digitalAsset.ts#L66
https://github.com/aptos-labs/aptos-ts-sdk/blob/main/src/api/fungibleAsset.ts#L139
Those functions support only single signer transaction and are not compatible with a sponsor transaction option.
The text was updated successfully, but these errors were encountered: