-
Notifications
You must be signed in to change notification settings - Fork 11.3k
New issue
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
[ts-sdk] tx block rename #9941
[ts-sdk] tx block rename #9941
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
|
e508573
to
069cfd2
Compare
069cfd2
to
ef52e9c
Compare
ef52e9c
to
ca08511
Compare
@@ -64,7 +64,7 @@ function TransferCoinPage() { | |||
}); | |||
|
|||
return signer.signAndExecuteTransaction({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we also rename this to signAndExecuteTransactionBlock
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah happening in this follow-up: #9946
## Description This is a follow-up for #9941, renaming provider methods and wallet adapter methods. ## Test Plan Tests should still pass.
## Description Updating naming of transaction builder APIs. ## Test Plan Tests should still pass.
This is a follow-up for #9941, renaming provider methods and wallet adapter methods. Tests should still pass.
Description
Updating naming of transaction builder APIs.
Test Plan
Tests should still pass.