Casper.Network.SDK
Show / Hide Table of Contents

Class Hold

A hold.

Inheritance
object
Hold
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class Hold

Properties

| Edit this page View Source

Amount

The amount in the hold.

Declaration
[JsonPropertyName("amount")]
[JsonConverter(typeof(BigIntegerConverter))]
public BigInteger Amount { get; init; }
Property Value
Type Description
BigInteger
| Edit this page View Source

Proof

A proof that the given value is present in the Merkle trie.

Declaration
[JsonPropertyName("proof")]
public string Proof { get; init; }
Property Value
Type Description
string
| Edit this page View Source

Time

The block time at which the hold was created.

Declaration
[JsonPropertyName("time")]
public ulong Time { get; init; }
Property Value
Type Description
ulong
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC