light-sdk-types 0.23.0

Core types for Light Protocol SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- cargo-rdme start -->

# light-sdk-types

Core types for the Light Protocol SDK.

| Type | Description |
|------|-------------|
| [`RentSponsor`] | PDA to sponsor rent-exemption of Solana accounts using the Light Token Program |
| [`CpiAccounts`]cpi_accounts::CpiAccounts | Container for CPI system and tree accounts |
| [`CpiSigner`] | Program ID, signer, and bump for CPI invocation |
| [`address`] | Address derivation functions (v1 and v2) |
| [`constants`] | Protocol program IDs and discriminators |

<!-- cargo-rdme end -->