瀏覽代碼

ts: Add deprecated annotation to associated functions (#627)

Armani Ferrante 4 年之前
父節點
當前提交
715200d053
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      ts/src/program/namespace/account.ts

+ 4 - 0
ts/src/program/namespace/account.ts

@@ -243,6 +243,8 @@ export class AccountClient {
   }
 
   /**
+   * @deprecated since version 14.0.
+   *
    * Function returning the associated account. Args are keys to associate.
    * Order matters.
    */
@@ -252,6 +254,8 @@ export class AccountClient {
   }
 
   /**
+   * @deprecated since version 14.0.
+   *
    * Function returning the associated address. Args are keys to associate.
    * Order matters.
    */