For SPL programs, namely the token program, we should create clients for CPI that can be created from the accounts array. I.e. a manual version of https://github.com/project-serum/anchor/issues/7, since of course the SPL programs aren't written in this framework.
Addressed by #24 with an anchor_spl crate and token module. Not all instructions are implemented, but these can be trivially implemented on an as needed basis.
For SPL programs, namely the token program, we should create clients for CPI that can be created from the accounts array. I.e. a manual version of https://github.com/project-serum/anchor/issues/7, since of course the SPL programs aren't written in this framework.