Left Curve Software Stack
    Preparing search index...

    Type Alias IndexedBlock

    type IndexedBlock = {
        appHash: string;
        blockHeight: number;
        createdAt: string;
        cronsOutcomes: JsonString;
        hash: string;
        transactions: IndexedTransaction[];
    }
    Index

    Properties

    appHash: string
    blockHeight: number
    createdAt: string
    cronsOutcomes: JsonString
    hash: string
    transactions: IndexedTransaction[]