Class FileReceipt
A transaction receipt containing information concerning the newly created file.
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record FileReceipt : TransactionReceipt, IEquatable<TransactionReceipt>, IEquatable<FileReceipt>
Properties
| Edit this page View SourceFile
The address of the newly created file.
Declaration
public EntityId File { get; }
Property Value
| Type | Description |
|---|---|
| EntityId |
Remarks
The value will be
None
if the create file method was scheduled as a pending transaction.