fix: update feeCalculator layout
This commit is contained in:
committed by
Michael Vines
parent
1712f12e29
commit
d417c7499a
5
web3.js/module.d.ts
vendored
5
web3.js/module.d.ts
vendored
@ -23,12 +23,7 @@ declare module '@solana/web3.js' {
|
||||
|
||||
// === src/fee-calculator.js ===
|
||||
export type FeeCalculator = {
|
||||
burnPercent: number;
|
||||
lamportsPerSignature: number;
|
||||
maxLamportsPerSignature: number;
|
||||
minLamportsPerSignature: number;
|
||||
targetLamportsPerSignature: number;
|
||||
targetSignaturesPerSlot: number;
|
||||
};
|
||||
|
||||
// === src/budget-program.js ===
|
||||
|
Reference in New Issue
Block a user