James Seibel

Results 4 comments of James Seibel

It may not be 100% convincing but given a large enough sample size it could still prove valuable.

I propose the following commands for `wallet`: `wallet sign_message [-m "message"] [-i tx_id] [-f file]` Signs the given message with the private key associated with tx_id. If `message` is not...

@erciccione Sure, sorry for the delay, life got busy. I am going to be releasing a new and improved version very soon. Is this just a link?

I figured out that you can just pass a new FetchRequest to the `JsonRpcProvider` constructor: ```ts const fetcher = new FetchRequest(rpcUrl); fetcher.setHeader( "Authorization", `Bearer ${api_key}` ); ``` NetworkPlugin would still...