light-token-client 0.21.0

Client library for Light Tokens
docs.rs failed to build light-token-client-0.21.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: light-token-client-0.20.0

light-token-client

Rust client for light-token. Each action builds, signs, and sends the transaction.

Action Description
[CreateMint] Create a light-token mint with metadata
[CreateAta] Create an associated light-token account
[MintTo] Mint tokens to a light-token account
[Transfer] Transfer light-tokens between accounts
[TransferChecked] Transfer with decimal validation
[TransferInterface] Transfer between light-token, T22, and SPL accounts
[Approve] Approve a delegate
[Revoke] Revoke a delegate
[Wrap] Wrap SPL/T22 to light-token
[Unwrap] Unwrap light-token to SPL/T22