Show / Hide Table of Contents

Class CryptoAllowanceData

Allowance information retrieved from a mirror node.

Inheritance
object
CryptoAllowanceData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class CryptoAllowanceData

Properties

| Edit this page View Source

Amount

The amount of hBar (in tinybars) the allowed spender may spend from the owner account (denominated in smallest denomination)

Declaration
[JsonPropertyName("amount_granted")]
[JsonConverter(typeof(LongMirrorConverter))]
public long Amount { get; set; }
Property Value
Type Description
long
| Edit this page View Source

Owner

ID of the allowance owner.

Declaration
[JsonPropertyName("owner")]
public EntityId Owner { get; set; }
Property Value
Type Description
EntityId
| Edit this page View Source

Spender

ID of the account allowed to spend the token.

Declaration
[JsonPropertyName("spender")]
public EntityId Spender { get; set; }
Property Value
Type Description
EntityId
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph