Show / Hide Table of Contents

Class ScheduleReceipt

Receipt produced from creating a new scheduled transaction.

Inheritance
object
TransactionReceipt
ScheduleReceipt
Implements
IEquatable<TransactionReceipt>
IEquatable<ScheduleReceipt>
Inherited Members
TransactionReceipt.TransactionId
TransactionReceipt.Status
TransactionReceipt.CurrentExchangeRate
TransactionReceipt.NextExchangeRate
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record ScheduleReceipt : TransactionReceipt, IEquatable<TransactionReceipt>, IEquatable<ScheduleReceipt>

Properties

| Edit this page View Source

Schedule

The address of the newly created schedule record.

Declaration
public EntityId Schedule { get; }
Property Value
Type Description
EntityId
| Edit this page View Source

ScheduledTxId

The transaction ID that will be used when the scheduled transaction is executed by the network.

Declaration
public TransactionId ScheduledTxId { get; }
Property Value
Type Description
TransactionId

Implements

IEquatable<T>
IEquatable<T>
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph