We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f248db commit 27b329cCopy full SHA for 27b329c
sdk/src/network-client.ts
@@ -421,7 +421,7 @@ class AleoNetworkClient {
421
* @param {Program | string} program
422
* @returns {TransactionJSON}
423
*/
424
- async getDeploymentTransactioObjectForProgram(program: Program | string): Promise<Transaction> {
+ async getDeploymentTransactionObjectForProgram(program: Program | string): Promise<Transaction> {
425
try {
426
const transaction_id = <string>await this.getDeploymentTransactionIDForProgram(program);
427
return await this.getTransactionObject(transaction_id);
0 commit comments