pub fn contract_id(
bytecode: &[u8],
storage_slots: Vec<StorageSlot>,
salt: &Salt,
) -> ContractIdExpand description
Returns the ContractId of a built_package contract with specified salt.
pub fn contract_id(
bytecode: &[u8],
storage_slots: Vec<StorageSlot>,
salt: &Salt,
) -> ContractIdReturns the ContractId of a built_package contract with specified salt.