mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-24 07:26:52 +00:00
discriminator
This commit is contained in:
@@ -8,11 +8,8 @@ use crate::{
|
||||
#[repr(C)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Pod, Zeroable)]
|
||||
pub struct Bus {
|
||||
/// The bump of the bus account PDA.
|
||||
pub bump: u32,
|
||||
|
||||
/// The ID of the bus account.
|
||||
pub id: u32,
|
||||
pub id: u64,
|
||||
|
||||
/// The quantity of rewards this bus can issue in the current epoch epoch.
|
||||
pub available_rewards: u64,
|
||||
|
||||
Reference in New Issue
Block a user