Get desktop application:
View/edit binary Protocol Buffers messages
Daemon API encapsulates main functionality of the Mintter daemon.
Generates a set of mnemonic words used to derive Mintter Account Key, and the underlying mintter lndhub wallet. The cipher schema is BIP-39 and the entropy is encoded as a mnemonic of 12-24 human-readable english words. The seed could be reconstructed given these words and the passphrase.
Number of mnemonic words to encode the seed
The list of human-friendly words that can be used to backup the seed. These words must be stored in a secret place by the user.
After generating the seed, this call is used to commit the seed and create an account binding between the device and account.
Get generic information about the running node.
(message has no fields)
Info is a generic information about the running node.
Account ID this node belongs to.
Libp2p Peer ID in CID form (a.k.a. Device ID) assigned to this node.
Start time of the node.
Force-trigger periodic background sync of Mintter objects.
(message has no fields)