T402 API Reference - v2.8.0
    Preparing search index...

    Interface WalletInfo

    Wallet information

    interface WalletInfo {
        addresses: {
            evm?: string;
            solana?: string;
            ton?: string;
            tron?: string;
        };
        hasSeed: boolean;
    }
    Index

    Properties

    Properties

    addresses: { evm?: string; solana?: string; ton?: string; tron?: string }

    Wallet addresses by network type

    hasSeed: boolean

    Whether the wallet has a seed configured