Remove Budget from CLI (#11451)
* Remove support for Budget Also: * Make "pay" command a deprecated alias for the "transfer" command * chore: remove budget from web3.js * Drop Budget depedency from core Validators no longer ship with builtin Budget
This commit is contained in:
4
web3.js/module.d.ts
vendored
4
web3.js/module.d.ts
vendored
@ -32,10 +32,6 @@ declare module '@solana/web3.js' {
|
||||
lamportsPerSignature: number;
|
||||
};
|
||||
|
||||
// === src/budget-program.js ===
|
||||
|
||||
/* TODO */
|
||||
|
||||
// === src/connection.js ===
|
||||
export type Context = {
|
||||
slot: number;
|
||||
|
Reference in New Issue
Block a user