Struct clockwork_client::network::state::ConfigSettings
source · pub struct ConfigSettings {
pub admin: Pubkey,
pub epoch_thread: Pubkey,
pub hasher_thread: Pubkey,
pub mint: Pubkey,
}Expand description
ConfigSettings
Fields§
§admin: Pubkey§epoch_thread: Pubkey§hasher_thread: Pubkey§mint: PubkeyTrait Implementations§
source§impl BorshDeserialize for ConfigSettingswhere
Pubkey: BorshDeserialize,
impl BorshDeserialize for ConfigSettingswhere Pubkey: BorshDeserialize,
source§fn deserialize(buf: &mut &[u8]) -> Result<ConfigSettings, Error>
fn deserialize(buf: &mut &[u8]) -> Result<ConfigSettings, Error>
Deserializes this instance from a given slice of bytes.
Updates the buffer to point at the remaining bytes.