fix: add Account.rent_epoch field and rebuild bpf test fixtures (#466)
* fix: add Account.rent_epoch field * fix: rebuild bpf test fixtures
This commit is contained in:
@ -51,6 +51,7 @@ declare module '@solana/web3.js' {
|
||||
owner: PublicKey,
|
||||
lamports: number,
|
||||
data: Buffer,
|
||||
rent_epoch: number | null,
|
||||
};
|
||||
|
||||
declare export type ContactInfo = {
|
||||
|
Reference in New Issue
Block a user