@hashgraph/sdk
    Preparing search index...

    Class ScheduleId

    Class representing a unique identifier for a scheduled transaction on the Hedera network.

    A ScheduleId consists of three components: Shard ID: The shard number where the schedule exists Realm ID: The realm number within the shard Schedule Number: The unique number identifying the schedule

    Index

    Constructors

    Properties

    _checksum: null | string
    num: Long
    realm: Long
    shard: Long

    Accessors

    Methods

    • Parameters

      • client: Client<any, any>

      Returns void

      • Use validateChecksum instead