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:
Michael Vines 2019-08-24 23:30:10 -07:00
parent d4c3cf8966
commit 1b70081399
4 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ declare module '@solana/web3.js' {
owner: PublicKey,
lamports: number,
data: Buffer,
rent_epoch: number | null,
};
declare export type ContactInfo = {

View File

@ -136,6 +136,7 @@ const AccountInfoResult = struct({
owner: 'array',
lamports: 'number',
data: 'array',
rent_epoch: 'number?',
});
/**

Binary file not shown.