Expand description
User ID-like types: User, UserPk, NodePk, Scid
Structs§
- GetNew
Scids Request - A request to get at least
min_scidsScids from the LSP, inclusive of any existingScids. The node requests this from the LSP when it detects that it needs the LSP to generate a few more. - Invalid
Node PkProof Signature - Maybe
Scid - An upgradeable version of
Option<Scid>. - Maybe
User - An upgradeable version of
Option<User>. - NodePk
- A Lightning node’s secp256k1 public key (the
node_id). Serialized as a 66-character hex string. - Node
PkProof - A Proof-of-Key-Possession for a given
NodePk. - Node
PkStruct - Upgradeable API struct for a node pk.
- Scid
- A newtype for the
short_channel_id(scid) used throughout LDK. - Scid
Struct - Upgradeable API struct for a scid.
- Scids
- Upgradeable API struct for multiple scids.
- Short
User Pk - A
UserPkshortened to its first four bytes (8 hex chars). - User
- A Lexe user, as represented in the DB.
- UserPk
- A Lexe user’s primary identifier, derived from the root seed. Serialized as a 64-character hex string.
- User
PkSet - Upgradeable API struct for a set of user pks
- User
PkStruct - Upgradeable API struct for a user pk.
- User
Scid - Represents an entry in the
user_scidtable. - User
Scids - Upgradable API struct representing multiple
user_scidentries.