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

This commit is contained in:
Armani Ferrante 2021-08-22 18:22:40 -07:00 committed by GitHub
parent 8ecc286117
commit 715200d053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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.
*/