package
0.0.32
Repository: https://github.com/make-os/kit.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

New creates an instance of Module.
NewAttachable creates an instance of Module configured for attach mode.
NewAttachableChainModule creates an instance of NodeModule suitable in attach mode.
NewAttachableDHTModule creates an instance of DHTModule suitable in attach mode.
NewAttachableNamespaceModule creates an instance of NamespaceModule suitable in attach mode.
NewAttachablePoolModule creates an instance of PoolModule suitable in attach mode.
NewAttachablePushKeyModule creates an instance of PushKeyModule suitable in attach mode.
NewAttachableRepoModule creates an instance of RepoModule suitable in attach mode.
NewAttachableTicketModule creates an instance of TicketModule suitable in attach mode.
NewAttachableTxModule creates an instance of TxModule suitable in attach mode.
NewAttachableUserModule creates an instance of UserModule suitable in attach mode.
NewChainModule creates an instance of NodeModule.
NewConsoleUtilModule creates an instance of ConsoleUtilModule.
NewDevModule creates an instance of DevModule.
NewDHTModule creates an instance of DHTModule.
NewNamespaceModule creates an instance of NamespaceModule.
NewPoolModule creates an instance of PoolModule.
NewPushKeyModule creates an instance of PushKeyModule.
NewRepoModule creates an instance of RepoModule.
NewRPCModule creates an instance of RPCModule.
NewTicketModule creates an instance of TicketModule.
NewTxModule creates an instance of TxModule.
NewUserModule creates an instance of UserModule.
Select selects fields and their value from the given JSON string using dot notation.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
ConsoleUtilModule provides access to various console utility functions.
DevModule provides access to various development utility functions.
DHTModule provides access to the DHT service.
Module implements ModulesHub.
NamespaceModule provides namespace management functionalities.
NodeModule provides access to chain information.
PoolModule provides access to the transaction pool.
PushKeyModule manages and provides access to push keys.
RepoModule provides repository functionalities to JS environment.
RPCModule provides RPCClient functionalities.
TicketModule provides access to various utility functions.
TxModule provides transaction functionalities to JS environment.
UserModule provides account management functionalities that are accessed through the JavaScript console environment.