You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2018. It is now read-only.
Create a function that wraps Bitcoin's getinfo command. It should return all the information that command provides. Because there's so much information, it might be best to wrap it all in a new type. That way, as the command adds more information, we can just expand the type definition and all existing code keeps working.
The text was updated successfully, but these errors were encountered:
Create a function that wraps Bitcoin's
getinfo
command. It should return all the information that command provides. Because there's so much information, it might be best to wrap it all in a new type. That way, as the command adds more information, we can just expand the type definition and all existing code keeps working.The text was updated successfully, but these errors were encountered: