mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 07:41:08 +00:00
Add CreateOrigin to Assets Pallet (#12586)
* add CreateOrigin to Assets pallet * fix asset-tx-payment test * use AccountId > u64 in test * Update frame/assets/src/benchmarking.rs Co-authored-by: Jegor Sidorenko <5252494+jsidorenko@users.noreply.github.com> Co-authored-by: Jegor Sidorenko <5252494+jsidorenko@users.noreply.github.com>
This commit is contained in:
@@ -437,7 +437,7 @@ pub mod pallet {
|
||||
///
|
||||
/// This new collection has no items initially and its owner is the origin.
|
||||
///
|
||||
/// The origin must be Signed and the sender must have sufficient funds free.
|
||||
/// The origin must conform to the configured `CreateOrigin` and have sufficient funds free.
|
||||
///
|
||||
/// `ItemDeposit` funds of sender are reserved.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user