Set the balances of a given account.
This will alter FreeBalance and ReservedBalance in storage. it will also decrease the total issuance of the system (TotalIssuance). If the new free or reserved balance is below the existential deposit, it will reap the AccountInfo.
FreeBalance
ReservedBalance
TotalIssuance
AccountInfo
The dispatch origin for this call is root.
root
Set the balances of a given account.
This will alter
FreeBalance
andReservedBalance
in storage. it will also decrease the total issuance of the system (TotalIssuance
). If the new free or reserved balance is below the existential deposit, it will reap theAccountInfo
.The dispatch origin for this call is
root
.