fix: finalize tx need to have rent sysvar (#506)

This commit is contained in:
Parth
2019-10-04 02:51:24 +05:30
committed by Michael Vines
parent 5492ef7fa2
commit 7038468edb
4 changed files with 15 additions and 1 deletions

View File

@ -162,6 +162,9 @@ declare module '@solana/web3.js' {
static fromConfigData(buffer: Buffer): ?ValidatorInfo;
}
// === src/sysvar-rent.js ===
declare export var SYSVAR_RENT_PUBKEY;
// === src/vote-account.js ===
declare export var VOTE_ACCOUNT_KEY;
declare export type Lockout = {|