-
Notifications
You must be signed in to change notification settings - Fork 79
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
Update naming for query params #528
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
c92cccb
to
9439c82
Compare
@@ -57,7 +57,7 @@ export class Transaction { | |||
} | |||
|
|||
async txIdToTxHash(txId: string): Promise<string | null> { | |||
const result = await this.sdk.TxIdToTxHash({ txId }); | |||
const result = await this.sdk.TxIdToTxHash({ for: txId }); |
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.
how does this work now? I mean the query
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.
does it accept a string that is either an hash or an id?
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.
no only a tx id
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.
oh... ignore me... confused it for "wait for"
No description provided.