Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.starknet.io/llms.txt

Use this file to discover all available pages before exploring further.

Returns a ClassHash given a felt252 value.

Signature

pub extern fn class_hash_const() -> ClassHash nopanic;

Examples

use starknet::class_hash::class_hash_const;

let class_hash = class_hash_const::();