mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-23 15:43:13 +00:00
7 lines
182 B
Rust
7 lines
182 B
Rust
|
|
//! This module contains [`WalletCore`](crate::WalletCore) facades for interacting with various
|
||
|
|
//! on-chain programs.
|
||
|
|
|
||
|
|
pub mod native_token_transfer;
|
||
|
|
pub mod pinata;
|
||
|
|
pub mod token;
|