pub fn register_dataset_v2<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    dataset: O0,
    address: O1,
    protocol: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for RegisterDatasetV2::new().build(dataset, address, protocol, scope).