Skip to main content

Crate light_token_client

Crate light_token_client 

Source
Expand description

§light-token-client

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

ActionDescription
CreateMintCreate a light-token mint with metadata
CreateAtaCreate an associated light-token account
MintToMint tokens to a light-token account
TransferTransfer light-tokens between accounts
TransferCheckedTransfer with decimal validation
TransferInterfaceTransfer between light-token, T22, and SPL accounts
ApproveApprove a delegate
RevokeRevoke a delegate
WrapWrap SPL/T22 to light-token
UnwrapUnwrap light-token to SPL/T22

Re-exports§

pub use actions::*;

Modules§

actions
Clean action interfaces for Light Token operations.