@sentio/sdk
    Preparing search index...

    Interface Timestamp

    interface Timestamp {
        nanos: number;
        seconds: bigint;
    }
    Index

    Properties

    Properties

    nanos: number
    seconds: bigint