Rework transaction functions (Part 3)
> Follows https://git.duniter.org/clients/python/silkaj/issues/72 - [x] allSources/all_input don’t need to be passed trough all f(). pubkey’s balance must be determined at the beginning, then passed trough all f(). - [x] add f() to calculate amount in current base from the amount and the base of the source - [x] `get_sources()`: pending section: - [x] usage of index with `for` `for i, pending in enumerate(pendings):` - [x] move outside the for loop the condition (of bug). Is this check still relevant? - [x] merge intermediaries and final transactions (document generation, doc signing, post) into one f()
issue