Module grin_wallet_controller::controller

source ·
Expand description

Controller for wallet.. instantiates and handles listeners (or single-run invocations) as needed.

Structs§

Functions§

  • Listener version, providing same API but listening for requests on a port and wrapping the calls
  • Instantiate wallet Foreign API for a single-use (command line) call Return a function containing a loaded API context to call
  • Listener version, providing same API but listening for requests on a port and wrapping the calls Note keychain mask is only provided here in case the foreign listener is also being used in the same wallet instance
  • Instantiate wallet Owner API for a single-use (command line) call Return a function containing a loaded API context to call