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