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 = {
|
||||
|
@ -136,6 +136,7 @@ const AccountInfoResult = struct({
|
||||
owner: 'array',
|
||||
lamports: 'number',
|
||||
data: 'array',
|
||||
rent_epoch: 'number?',
|
||||
});
|
||||
|
||||
/**
|
||||
|
BIN
web3.js/test/fixtures/noop-c/noop.so
vendored
BIN
web3.js/test/fixtures/noop-c/noop.so
vendored
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user