@sentio/sdk
    Preparing search index...

    Interface Data_CosmosCall

    interface Data_CosmosCall {
        timestamp: undefined | Date;
        transaction: undefined | { [key: string]: any };
    }
    Index

    Properties

    timestamp: undefined | Date
    transaction: undefined | { [key: string]: any }