Class Hold
A hold.
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class Hold
Properties
| Edit this page View SourceAmount
The amount in the hold.
Declaration
[JsonPropertyName("amount")]
[JsonConverter(typeof(BigIntegerConverter))]
public BigInteger Amount { get; init; }
Property Value
| Type | Description |
|---|---|
| BigInteger |
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 |
Time
The block time at which the hold was created.
Declaration
[JsonPropertyName("time")]
public ulong Time { get; init; }
Property Value
| Type | Description |
|---|---|
| ulong |