@lightprotocol/stateless.js - v0.23.1
    Preparing search index...

    Interface UnifiedBalance

    Unified SOL balance combining hot and cold SOL balances.

    interface UnifiedBalance {
        total: BN;
        hasColdBalance: boolean;
    }
    Index

    Properties

    total: BN

    Total balance (hot + cold) in lamports

    hasColdBalance: boolean

    True if any cold balance exists - call load() before usage