mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 13:27:57 +00:00
change reference module to pallet (#9281)
* change reference module to pallet * fix inner doc Co-authored-by: thiolliere <gui.thiolliere@gmail.com>
This commit is contained in:
committed by
GitHub
parent
0b4f87fbbe
commit
e581e6aff3
@@ -15,7 +15,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//! # Assets Module
|
||||
//! # Assets Pallet
|
||||
//!
|
||||
//! A simple, secure module for dealing with fungible assets.
|
||||
//!
|
||||
@@ -104,7 +104,7 @@
|
||||
//! * `set_team`: Changes an asset class's Admin, Freezer and Issuer; called by the asset class's
|
||||
//! Owner.
|
||||
//!
|
||||
//! Please refer to the [`Call`](./enum.Call.html) enum and its associated variants for documentation on each function.
|
||||
//! Please refer to the [`Call`] enum and its associated variants for documentation on each function.
|
||||
//!
|
||||
//! ### Public Functions
|
||||
//! <!-- Original author of descriptions: @gavofyork -->
|
||||
@@ -112,7 +112,7 @@
|
||||
//! * `balance` - Get the asset `id` balance of `who`.
|
||||
//! * `total_supply` - Get the total supply of an asset `id`.
|
||||
//!
|
||||
//! Please refer to the [`Module`](./struct.Module.html) struct for details on publicly available functions.
|
||||
//! Please refer to the [`Pallet`] struct for details on publicly available functions.
|
||||
//!
|
||||
//! ## Related Modules
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user