All AccountManager methods now accept/return a string. The idea being that most users don't have to think about signers/account objects since all the places they use account accept a string as an argument and the AccountManager will figure out the signer automatically
Discussion Points
It should be noted that this now creates a discrepancy between the test fixture and AccountManager methods, since the test fixture returns account objects. I'd propose that we essentially create new test fixture objects and deprecate the current ones, but open to other ideas.
Proposed Changes
Discussion Points