Class ScheduleRecord
Record produced from creating a new scheduled transaction.
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record ScheduleRecord : TransactionRecord, IEquatable<TransactionReceipt>, IEquatable<TransactionRecord>, IEquatable<ScheduleRecord>
Properties
| Edit this page View SourceSchedule
The address of the newly created schedule record.
Declaration
public EntityId Schedule { get; }
Property Value
| Type | Description |
|---|---|
| EntityId |
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 |