Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 2731e8e

Browse files
authored
[js-token-library] fix createSetAuthorityIx module declarations (#846)
1 parent 74e92c8 commit 2731e8e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

token/js/module.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ declare module '@solana/spl-token' {
186186
programId: PublicKey,
187187
account: PublicKey,
188188
newAuthority: PublicKey | null,
189+
authorityType: AuthorityType,
189190
authority: PublicKey,
190191
multiSigners: Array<Account>,
191192
): TransactionInstruction;

token/js/module.flow.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ declare module '@solana/spl-token' {
178178
programId: PublicKey,
179179
account: PublicKey,
180180
newAuthority: PublicKey | null,
181+
authorityType: AuthorityType,
181182
authority: PublicKey,
182183
multiSigners: Array<Account>,
183184
): TransactionInstruction;

0 commit comments

Comments
 (0)