fix: add type def for NonceAccount.fromAccountData
This commit is contained in:
committed by
Michael Vines
parent
02a278b3b2
commit
a112d9cedf
3
web3.js/module.d.ts
vendored
3
web3.js/module.d.ts
vendored
@ -285,6 +285,9 @@ declare module '@solana/web3.js' {
|
||||
authorizedPubkey: PublicKey;
|
||||
nonce: Blockhash;
|
||||
feeCalculator: FeeCalculator;
|
||||
static fromAccountData(
|
||||
buffer: Buffer | Uint8Array | Array<number>,
|
||||
): NonceAccount;
|
||||
}
|
||||
|
||||
export const NONCE_ACCOUNT_LENGTH: number;
|
||||
|
Reference in New Issue
Block a user