Show / Hide Table of Contents

Class FileReceipt

A transaction receipt containing information concerning the newly created file.

Inheritance
Object
TransactionReceipt
FileReceipt
Implements
IEquatable<TransactionReceipt>
IEquatable<FileReceipt>
Inherited Members
TransactionReceipt.Id
TransactionReceipt.Status
TransactionReceipt.CurrentExchangeRate
TransactionReceipt.NextExchangeRate
TransactionReceipt.Pending
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class FileReceipt : TransactionReceipt, IEquatable<TransactionReceipt>, IEquatable<FileReceipt>

Properties

| Improve this Doc View Source

File

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.

Implements

System.IEquatable<T>
System.IEquatable<T>
  • Improve this Doc
  • View Source
In This Article
Back to top .NET Client Library for Hedera Hashgraph