chore: npm run pretty
This commit is contained in:
@ -49,7 +49,9 @@ declare module '@solana/web3.js' {
|
||||
};
|
||||
|
||||
declare type AccountChangeCallback = (accountInfo: AccountInfo) => void;
|
||||
declare type ProgramAccountChangeCallback = (keyedAccountInfo: KeyedAccountInfo) => void;
|
||||
declare type ProgramAccountChangeCallback = (
|
||||
keyedAccountInfo: KeyedAccountInfo,
|
||||
) => void;
|
||||
|
||||
declare export type SignatureStatus =
|
||||
| 'Confirmed'
|
||||
|
Reference in New Issue
Block a user