Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
read solana keypair, convert to helium keypair (#942)
There's currently no way to go directly from a solana Keypair to a helium-lib Keypair, except through a bytes translation. We should add the conversion to helium-lib. We need to be using helium-lib Keypairs because all the functions that construct transactions expect it.
- Loading branch information