Skip to content

Commit

Permalink
Merge pull request #220 from Fair-Squares/propose-tenant
Browse files Browse the repository at this point in the history
Applied cargo fmt to asset_management.
  • Loading branch information
ndkazu authored Dec 2, 2022
2 parents df26413 + 827692e commit f49fde7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pallets/asset_management/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
//!
//!### Dispatchable Functions
//!
//! * `launch_representative_session` - An Owner creates a referendum for the following available proposals:
//! * `launch_representative_session` - An Owner creates a referendum for the following available
//! proposals:
//! - Elect a Representative.
//! - Demote a Representative.
//!
Expand All @@ -24,13 +25,16 @@
//!
//! * `demote_representative` - Call used as a proposal for Representative demotion.
//!
//! * `launch_tenant_session` - A Representative creates a referendum for the following available proposals:
//! * `launch_tenant_session` - A Representative creates a referendum for the following available
//! proposals:
//! - Admit a Tenant for a given asset.
//! - Evict a Tenant from a given asset.
//!
//! * `link_tenant_to_asset` - Call used as a proposal to link an accepted tenant with an existing asset.
//! * `link_tenant_to_asset` - Call used as a proposal to link an accepted tenant with an existing
//! asset.
//!
//! * `unlink_tenant_to_asset` - Call used as a proposal to remove the link between a tenant and an asset.
//! * `unlink_tenant_to_asset` - Call used as a proposal to remove the link between a tenant and an
//! asset.

#![cfg_attr(not(feature = "std"), no_std)]

Expand Down

0 comments on commit f49fde7

Please sign in to comment.