Expand description
The Rust Lit-Node SDK
Re-exports§
pub use encryption::EncryptionSignRequest;pub use encryption::EncryptionSignRequestBuilder;pub use encryption::EncryptionSignResponse;pub use lit_node_core;pub use sev;pub use uuid;
Modules§
- admin
- Admin endpoint methods and data
- encryption
- Encryption methods
- signature
- Methods for combining signatures from LIT
Structs§
- Admin
Request - Admin endpoint requests
- Admin
Response - The response for an admin request
- Encrypted
Broadcast Request - The general encrypted request for SDK requests That sends the same request to each node
- Encrypted
Multicast Request - The general encrypted request for SDK requests That sends a different request to each node
- Encrypted
Payload V1 - Encrypted payload structure for version 1
- Endpoint
Request - A single request for a single endpoint
- Execute
Function Request Builder - The request builder
- Handshake
Request Builder - The request builder
- PKPClaim
KeyRequest Builder - The request builder
- PKPSigning
Request Builder - The request builder
- Request
- The general request for all SDK requests
- Response
- The general response for all SDK responses
- SevSnp
- Handler for Sev SNP attestation reports for LIT
- Sign
Session KeyRequest Builder - The request builder
Enums§
- Encrypted
Payload - An encrypted payload that can be sent between wallets.
- SdkError
- Errors produced by this crate
- UrlPrefix
- The allowed http prefix
Functions§
- compute_
ipfs_ hash - Compute the ipfs hash of a string
Type Aliases§
- Execute
Function Request - The request type for execute lit action functions
- Execute
Function Response - The response type for execute lit action functions
- Handshake
Request - The handshake request struct
- Handshake
Response - The response type for handshake calls
- Node
Identity Key - Node identity keys
- PKPClaim
KeyRequest - The pkp claim request struct
- PKPClaim
KeyResponse - The response type for pkp claim calls
- PKPSigning
Request - The pkp signing request struct
- PKPSigning
Response - The response type for pkp signing calls
- SdkResult
- Results produced by this crate
- Sign
Session KeyRequest - The sign session key request struct
- Sign
Session KeyResponse - The response type for sign session key calls