-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
Owner should default to sender (derived from origin) if owner is not passed
rmrk-substrate/pallets/rmrk-core/src/lib.rs
Lines 338 to 345 in 0b6b25f
| pub fn mint_nft( | |
| origin: OriginFor<T>, | |
| owner: T::AccountId, | |
| collection_id: CollectionId, | |
| recipient: Option<T::AccountId>, | |
| royalty: Option<Permill>, | |
| metadata: BoundedVec<u8, T::StringLimit>, | |
| transferable: bool, |
Metadata
Metadata
Assignees
Labels
No labels