Function forc_pkg::contract_id
source · pub fn contract_id(
bytecode: Vec<u8>,
storage_slots: Vec<StorageSlot>,
salt: &Salt
) -> ContractId
Expand description
Returns the ContractId of a built_package contract with specified salt
.