mirror of
https://github.com/d0zingcat/ore.git
synced 2026-06-04 15:11:25 +00:00
seeker
This commit is contained in:
13
api/src/state/seeker.rs
Normal file
13
api/src/state/seeker.rs
Normal file
@@ -0,0 +1,13 @@
|
||||
use steel::*;
|
||||
|
||||
use super::OreAccount;
|
||||
|
||||
/// Seeker is an account which prevents multiple Seeker genesis tokens from being claimed.
|
||||
#[repr(C)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Pod, Zeroable)]
|
||||
pub struct Seeker {
|
||||
// The mint address of the Seeker token.
|
||||
pub mint: Pubkey,
|
||||
}
|
||||
|
||||
account!(OreAccount, Seeker);
|
||||
Reference in New Issue
Block a user