pub struct Config {
pub admin_authority: Pubkey,
pub frame_interval: u64,
pub program_fee: u64,
pub worker_fee: u64,
pub bump: u8,
}Fields
frame_interval: u64program_fee: u64worker_fee: u64bump: u8Trait Implementations
Deserializes previously initialized account data. Should fail for all
uninitialized accounts, where the bytes are zeroed. Implementations
should be unique to a particular account type so that one can never
successfully deserialize the data of one account type into another.
For example, if the SPL token program were to implement this trait,
it should be impossible to deserialize a Mint account into a token
Account. Read more
Deserializes account data without checking the account discriminator. This should only be used on account initialization, when the bytes of the account are zeroed. Read more
Serializes the account data into writer.
Auto Trait Implementations
impl RefUnwindSafe for Config
impl UnwindSafe for Config
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more