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