Commit fae9e36
[pallet-assets] add asset_exists(id: AssetId) function (paritytech#12782)
* check if an asset exists via loose coupling
* Update frame/support/src/traits/tokens/fungibles.rs
Co-authored-by: joe petrowski <[email protected]>
Co-authored-by: joe petrowski <[email protected]>
Co-authored-by: parity-processbot <>1 parent ea3ca3f commit fae9e36
File tree
2 files changed
+7
-0
lines changed- frame
- assets/src
- support/src/traits/tokens
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
62 | 66 | | |
63 | 67 | | |
64 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
| |||
0 commit comments