Move new_move_many to SystemInstruction
This commit is contained in:
@@ -92,7 +92,7 @@ impl<P, Q> GenericInstruction<P, Q> {
|
||||
}
|
||||
|
||||
/// Account metadata used to define Instructions
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub struct AccountMeta {
|
||||
/// An account's public key
|
||||
pub pubkey: Pubkey,
|
||||
|
Reference in New Issue
Block a user