Remove Instruction wrapper structs and name functions after enum fields
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
use serde::Serialize;
|
||||
use solana_sdk::pubkey::Pubkey;
|
||||
|
||||
mod config_instruction;
|
||||
pub mod config_instruction;
|
||||
pub mod config_processor;
|
||||
|
||||
pub use config_instruction::ConfigInstruction;
|
||||
|
||||
const CONFIG_PROGRAM_ID: [u8; 32] = [
|
||||
133, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0,
|
||||
|
Reference in New Issue
Block a user