pub(crate) type SvmPlaintext = Plaintext<TestnetV0>;Aliased Type§
pub(crate) enum SvmPlaintext {
    Literal(Literal<TestnetV0>, OnceLock<Vec<bool>>),
    Struct(IndexMap<Identifier<TestnetV0>, Plaintext<TestnetV0>>, OnceLock<Vec<bool>>),
    Array(Vec<Plaintext<TestnetV0>>, OnceLock<Vec<bool>>),
}