Helius SDK - v2.2.2
    Preparing search index...

    Type Alias NativeBalanceInfo

    Native SOL balance and price information.

    type NativeBalanceInfo = {
        lamports: number;
        price_per_sol: number;
        total_price: number;
    }
    Index

    Properties

    lamports: number

    Balance in lamports.

    price_per_sol: number

    Current SOL price in USD.

    total_price: number

    Total USD value of the SOL balance.