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
Package nmcjson extends btcjson with Namecoin-specific JSON-RPC API calls.
Each commands requires a RawCmdParser and ReplyParser, as per btcjson. These functions are implemented as <command>FromRaw() and <command>ReplyParse(), respectively.
Usage
Init() must be called before using any calls in nmcjson, as this function registers commands with btcjson.