Crates.io | lsp-primitives |
lib.rs | lsp-primitives |
version | 0.1.0 |
source | src |
created_at | 2024-03-06 11:23:20.735822 |
updated_at | 2024-03-06 11:23:20.735822 |
description | Primitives to implement an Lightning Service Provider and clients |
homepage | |
repository | |
max_upload_size | |
id | 1164650 |
size | 121,636 |
This package contains all primitives related to the Lightning Service Provider Specification.
The primitives includes data-schema's, serialization logic and calculations such as fee-computations that are explicitly defined in the spec.
It does not include any communication or implementation specific code.