Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

deploy_contract

Deploy classhash with calldata for constructor

Arguments

  • class_hash - Class to deploy
  • calldata - calldata for constructor

Returns

  • address of contract deployed

Fully qualified path: dojo_snf_test::world::deploy_contract

pub fn deploy_contract(class_hash: felt252, calldata: Span<felt252>) -> ContractAddress