Trying to implement Multiagent and Sponsor transaction together. #554
-
Discord user IDNo response Describe your question in detail.I'm trying to execute a Multiagent transaction using two and sponsor it through another third wallet using ts-sdk.
What error, if any, are you getting?
What have you tried or looked at? Or how can we reproduce the error?
Which operating system are you using?Linux (Ubuntu, Fedora, Windows WSL, etc.) Which SDK or tool are you using? (if any)TypeScript SDK Describe your environment or tooling in detailNo response |
Beta Was this translation helpful? Give feedback.
Answered by
rudreshkoranne
Dec 9, 2024
Replies: 1 comment
-
This one should b like: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rudreshkoranne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This one should b like:
const feepayerAuthenticator = aptos.transaction.signasfeepayer({ signer: sponserAcc, transaction, });