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

    Variable mockWalletDataConst

    mockWalletData: {
        address: string;
        balance: { GAS: string; NEO: string };
        isConnected: boolean;
    } = ...

    Type declaration

    • address: string
    • balance: { GAS: string; NEO: string }
    • isConnected: boolean