mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 13:51:11 +00:00
Assets Events for Deposited and Withdrawn (#4312)
Closes #4308 Polkadot address: 12gMhxHw8QjEwLQvnqsmMVY1z5gFa54vND74aMUbhhwN6mJR --------- Co-authored-by: command-bot <> Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
This commit is contained in:
committed by
GitHub
parent
4875ea11ae
commit
1fb058b791
@@ -0,0 +1,19 @@
|
||||
title: Add `Deposited`/`Withdrawn` events for `pallet-assets`
|
||||
|
||||
doc:
|
||||
- audience: Runtime Dev
|
||||
description: |
|
||||
New events were added to `pallet-assets`: `Deposited` and `Withdrawn`. Make sure
|
||||
to cover those events on tests if necessary.
|
||||
- audience: Runtime User
|
||||
description: |
|
||||
New events were added to `pallet-assets`: `Deposited` and `Withdrawn`. These indicate
|
||||
a change in the balance of an account.
|
||||
|
||||
crates:
|
||||
- name: pallet-assets
|
||||
bump: minor
|
||||
- name: pallet-asset-tx-payment
|
||||
bump: minor
|
||||
- name: pallet-asset-conversion-tx-payment
|
||||
bump: minor
|
||||
Reference in New Issue
Block a user