Expand description
Controller for wallet.. instantiates and handles listeners (or single-run invocations) as needed.
Structs§
- ForeignAPI
Handler V2 - V2 API Handler/Wrapper for foreign functions
- GRIN_
OWNER_ BASIC_ REALM - OwnerAPI
Handler V3 - V3 API Handler/Wrapper for owner functions, which include a secure mode + lifecycle functions
- Owner
V3Helpers
Functions§
- foreign_
listener - Listener version, providing same API but listening for requests on a port and wrapping the calls
- foreign_
single_ use - Instantiate wallet Foreign API for a single-use (command line) call Return a function containing a loaded API context to call
- owner_
listener - 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
- owner_
single_ use - Instantiate wallet Owner API for a single-use (command line) call Return a function containing a loaded API context to call