chore: fix typo in AccountInfo docs (#22196)
This commit is contained in:
@ -1723,7 +1723,7 @@ export type AccountInfo<T> = {
|
|||||||
lamports: number;
|
lamports: number;
|
||||||
/** Optional data assigned to the account */
|
/** Optional data assigned to the account */
|
||||||
data: T;
|
data: T;
|
||||||
/** Optional rent epoch infor for account */
|
/** Optional rent epoch info for account */
|
||||||
rentEpoch?: number;
|
rentEpoch?: number;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user