Is there a method to import a Solana wallet keypair into the JWKInterface according to the
node_modules/arweave/node/lib/wallet.d.ts
, and then generate an Arweave transaction using await arweave.createTransaction({ data }, jwk);
?
Metaplex utilizes an API call for their Arweave uploader, but if feasible, it would be beneficial to decipher this process in native JS/TS.