Helius SDK - v3.1.0
    Preparing search index...

    Interface BalanceAtSource

    The transaction a historical balance was read from.

    interface BalanceAtSource {
        blockTime?: number | null;
        signature: string;
        slot: number;
    }
    Index

    Properties

    blockTime?: number | null

    Block time of the transaction in Unix seconds (may be null)

    signature: string

    Transaction signature

    slot: number

    Slot of the transaction