How to send account key rotation transaction with custom gas payer and gas settings #619
Unanswered
vansterito
asked this question in
Questions
Replies: 1 comment 1 reply
-
I think you can follow the logic in the ts-sdk https://github.com/aptos-labs/aptos-ts-sdk/blob/db88e984528a545a240bad876d9ea832fd0c8348/src/internal/account.ts#L809 and in this function you set signWithFeePayer to true https://github.com/aptos-labs/aptos-ts-sdk/blob/db88e984528a545a240bad876d9ea832fd0c8348/src/internal/account.ts#L910 then have the feepayer sign after user signs |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Discord user ID
481762810704035851
Describe your question in detail.
https://explorer.aptoslabs.com/txn/2417604248?network=mainnet
Please take a look at this tx. The guy has rotated private key with custom gas payer and gas settings.
How is this possible as there are no such options for that typ of transaction?
What error, if any, are you getting?
No response
What have you tried or looked at? Or how can we reproduce the error?
No response
Which operating system are you using?
Windows
Which SDK or tool are you using? (if any)
TypeScript SDK
Describe your environment or tooling in detail
No response
Beta Was this translation helpful? Give feedback.
All reactions