-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fee-payer] Add multi-agent / fee payer support
This adds 3 new APIs, prepRawTransaction, signRawTransaction, and signAndSubmitRawTransaction. Prep will create a multiagent or fee payer transaction accordingly, unsigned with information from the wallet on sequence number and chain id. Then all parties can sign the transaction with signRawTransaction, and the last party can sign with signAndSubmitRawTransaction to sign and send it off as the sender.
- Loading branch information
1 parent
87d8da5
commit f31f4df
Showing
8 changed files
with
938 additions
and
1,633 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@aptos-labs/wallet-adapter-nextjs-example": minor | ||
"@aptos-labs/wallet-adapter-core": minor | ||
"@aptos-labs/wallet-adapter-react": minor | ||
--- | ||
|
||
Added support for Multiagent and fee payer transactions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.