update_balance: TxDescriptor<
    { amount: bigint; currency_id: number; who: MultiAddress },
>

update amount of account who under currency_id.

The dispatch origin of this call must be Root.