Class FileRecord
A transaction record containing information concerning the newly created file.
Inherited Members
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class FileRecord : TransactionRecord, IEquatable<TransactionReceipt>, IEquatable<TransactionRecord>, IEquatable<FileRecord>
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.