@hashgraph/sdk
    Preparing search index...

    Class Timestamp

    Represents a point in time with seconds and nanoseconds precision.

    The Timestamp class provides methods for creating, manipulating, and converting timestamps. It supports operations such as addition of nanoseconds, conversion to JavaScript Date objects, and generation of timestamps based on the current time.

    Index

    Constructors

    Properties

    nanos: Long
    seconds: Long

    Methods