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

    Interface SignatureInfo

    A transaction signature with slot and block time.

    interface SignatureInfo {
        blockTime: number;
        signature: string;
        slot: number;
    }
    Index

    Properties

    blockTime: number

    Unix timestamp in seconds of when the transaction was processed.

    signature: string

    Base58-encoded transaction signature.

    slot: number

    Slot number in which the transaction was confirmed.