Struct access_protocol::instruction::create_central_state::Params
source · pub struct Params {
pub daily_inflation: u64,
pub authority: Pubkey,
}
Expand description
The required parameters for the create_central_state
instruction
Fields§
§daily_inflation: u64
Trait Implementations§
source§impl BorshDeserialize for Params
impl BorshDeserialize for Params
source§impl BorshSerialize for Params
impl BorshSerialize for Params
Auto Trait Implementations§
impl RefUnwindSafe for Params
impl Send for Params
impl Sync for Params
impl Unpin for Params
impl UnwindSafe for Params
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more