chore: add deprecation notice for createProgramAddress (#27879)
This commit is contained in:
parent
ac8ddc841c
commit
61803b914f
|
@ -186,6 +186,8 @@ export class PublicKey extends Struct {
|
|||
/**
|
||||
* Async version of createProgramAddressSync
|
||||
* For backwards compatibility
|
||||
*
|
||||
* @deprecated Use {@link createProgramAddressSync} instead
|
||||
*/
|
||||
/* eslint-disable require-await */
|
||||
static async createProgramAddress(
|
||||
|
|
Loading…
Reference in New Issue