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.TransactionId
TransactionReceipt.Status
TransactionReceipt.CurrentExchangeRate
TransactionReceipt.NextExchangeRate
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record FileReceipt : TransactionReceipt, IEquatable<TransactionReceipt>, IEquatable<FileReceipt>

Properties

| Edit this page View Source

File

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.

Implements

IEquatable<T>
IEquatable<T>
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph