NeoRust GUI Documentation - v0.4.2
    Preparing search index...

    Interface WalletInfo

    interface WalletInfo {
        address: string;
        balance: { gas: string; neo: string; tokens: Record<string, string> };
        id: string;
        isDefault: boolean;
        name: string;
    }
    Index

    Properties

    address: string
    balance: { gas: string; neo: string; tokens: Record<string, string> }
    id: string
    isDefault: boolean
    name: string