smbcloud-wallet-kit-v3 1.0.6

smbCloud Wallet Kit V3 for NotWallet Crypto non-custodial Solana crypto wallet.
Documentation
1
2
3
4
5
6
7
use crate::models::{seed::Seed, wallet::Wallet};

#[derive(uniffi::Record)]
pub struct CreateWalletResponse {
    pub wallet: Wallet,
    pub seed: Seed,
}