Returns aDocumentation Index
Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
Use this file to discover all available pages before exploring further.
ClassHash given a felt252 value.
Returns aDocumentation Index
Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
Use this file to discover all available pages before exploring further.
ClassHash given a felt252 value.
pub extern fn class_hash_const() -> ClassHash nopanic;
use starknet::class_hash::class_hash_const;
let class_hash = class_hash_const::();
Was this page helpful?