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:
@ -136,6 +136,7 @@ const AccountInfoResult = struct({
|
||||
owner: 'array',
|
||||
lamports: 'number',
|
||||
data: 'array',
|
||||
rent_epoch: 'number?',
|
||||
});
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user