//! This code was AUTOGENERATED using the Codama library.
use {crate::types::PayloadType, std::collections::HashMap};
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
#[derive(Debug, Clone, borsh::BorshSerialize, borsh::BorshDeserialize, PartialEq)]
pub struct Payload {
pub map: HashMap<String, PayloadType>,
}