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

    Interface Balance

    interface Balance {
        amount: string;
        asset: string;
        decimals: number;
        lastUpdated: number;
        symbol: string;
    }
    Index

    Properties

    amount: string
    asset: string
    decimals: number
    lastUpdated: number
    symbol: string