MCPcopy Create free account
hub / github.com/ControlCplusControlV/Scribe / TypedIdentifier

Class TypedIdentifier

crates/papyrus/src/types.rs:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232//Ex. x:u256
233#[derive(Hash, PartialEq, Eq, Debug, Clone)]
234pub struct TypedIdentifier {
235 pub identifier: String,
236 pub yul_type: YulType,
237}
238
239pub type Identifier = String;
240

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected