Program struct

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2022-02-02 11:55:44 +01:00
parent 38ee659ce9
commit d7229d7a48
1 changed files with 9 additions and 0 deletions

View File

@ -20,3 +20,12 @@ pub mod mango_v4 {
}
}
#[derive(Clone)]
pub struct Mango;
impl anchor_lang::Id for Mango {
fn id() -> Pubkey {
ID
}
}