dojo-types 1.8.0

Primitives to interact with the Dojo framework types.
Documentation
1
2
3
4
5
6
7
use starknet::core::types::Felt;

#[derive(Clone, Debug)]
pub struct Query {
    pub address_domain: u32,
    pub keys: Vec<Felt>,
}