Casper.Network.SDK
Show / Hide Table of Contents

Class GetBlockResult

Result for "chain_get_block" RPC response.

Inheritance
System.Object
RpcResult
GetBlockResult
Inherited Members
RpcResult.ApiVersion
RpcResult.Load<T>(String)
RpcResult.Parse<T>(String)
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
In This Article
Back to top Maintained by MAKE Technology LLC