fix: update NonceAccount to upstream changes
This commit is contained in:
committed by
Michael Vines
parent
3b55087a86
commit
890e21c451
8
web3.js/module.d.ts
vendored
8
web3.js/module.d.ts
vendored
@ -229,6 +229,13 @@ declare module '@solana/web3.js' {
|
||||
): Promise<number>;
|
||||
}
|
||||
|
||||
// === src/nonce-account.js ===
|
||||
export class NonceAccount {
|
||||
authorizedPubkey: PublicKey;
|
||||
nonce: Blockhash;
|
||||
feeCalculator: FeeCalculator;
|
||||
}
|
||||
|
||||
// === src/validator-info.js ===
|
||||
export const VALIDATOR_INFO_KEY: PublicKey;
|
||||
export type Info = {
|
||||
@ -536,7 +543,6 @@ declare module '@solana/web3.js' {
|
||||
|
||||
export class SystemProgram {
|
||||
static programId: PublicKey;
|
||||
static nonceSpace: number;
|
||||
|
||||
static createAccount(
|
||||
from: PublicKey,
|
||||
|
Reference in New Issue
Block a user