Create
Web app
Notes when creating through unofficial UI
fn create(
&mut self,
smart_contract_address: AccountId,
chain: u8,
azero_id: String,
abi_url: String,
contract_url: Option<String>,
wasm_url: Option<String>,
audit_url: Option<String>,
group_id: Option<u32>,
project_name: Option<String>,
project_website: Option<String>,
github: Option<String>,
) -> Result<SmartContract> {Last updated