fix: isAccountWritable takes a number
This commit is contained in:
committed by
Michael Vines
parent
14a41bc47b
commit
5662808b4c
@ -389,7 +389,7 @@ declare module '@solana/web3.js' {
|
||||
instructions: CompiledInstruction[];
|
||||
|
||||
constructor(args: MessageArgs): Message;
|
||||
isAccountWritable(account: PublicKey): boolean;
|
||||
isAccountWritable(index: number): boolean;
|
||||
serialize(): Buffer;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user