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

DeployResult

Fully qualified path: sncast_std::DeployResult

[derive(Drop, Copy, Debug, Serde)]
pub struct DeployResult {
    pub contract_address: ContractAddress,
    pub transaction_hash: felt252,
}

Members

contract_address

Fully qualified path: sncast_std::DeployResult::contract_address

pub contract_address: ContractAddress

transaction_hash

Fully qualified path: sncast_std::DeployResult::transaction_hash

pub transaction_hash: felt252