Class GetBlockResult
Result for "chain_get_block" RPC response.
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class GetBlockResult : RpcResult
Properties
Block
The block, if found.
Declaration
public Block Block { get; set; }
Property Value
Type | Description |
---|---|
Block |