light-token-types 0.22.0

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

# light-token-types

Instruction data and account metadata types for compressed tokens.

| Type | Description |
|------|-------------|
| [`TokenAccountMeta`]instruction::TokenAccountMeta | Compressed token account metadata |
| [`BatchCompressInstructionData`]instruction::BatchCompressInstructionData | Batch compress instruction data |
| [`CompressedTokenInstructionDataApprove`]instruction::CompressedTokenInstructionDataApprove | Approve/delegation instruction data |
| [`PackedMerkleContext`]instruction::PackedMerkleContext | Merkle tree context for proofs |
| [`DelegatedTransfer`]instruction::DelegatedTransfer | Transfer with delegate as signer |

<!-- cargo-rdme end -->