Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

CallResult

Fully qualified path: sncast_std::CallResult

[derive(Drop, Clone, Debug, Serde)]
pub struct CallResult {
    pub data: Array<felt252>,
}

Members

data

Fully qualified path: sncast_std::CallResult::data

pub data: Array<felt252>