light-token-interface 0.4.0

Light Protocol token instruction data types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!-- cargo-rdme start -->

# light-token-interface

Instruction data types for the light-token program.

| Module | Description |
|--------|-------------|
| [`instructions`] | Instruction structs for mint, transfer, wrap, unwrap |
| [`state`] | Token account and mint state structs |
| [`discriminator`] | Instruction discriminator constants |
| [`hash_cache`] | Precomputed hashes for token account fields |
| [`pool_derivation`] | SPL/T22 pool account PDA derivation |
| [`token_2022_extensions`] | Token-2022 extension data types |
| [`error`] | `TokenInterfaceError` variants |

<!-- cargo-rdme end -->