Casper.Network.SDK
Show / Hide Table of Contents

Class GetBlockTransfersResult

Result for "chain_get_block_transfers" RPC response.

Inheritance
System.Object
RpcResult
GetBlockTransfersResult
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 GetBlockTransfersResult : RpcResult

Properties

BlockHash

The block hash

Declaration
public string BlockHash { get; set; }
Property Value
Type Description
System.String

Transfers

The block's transfers

Declaration
public List<Transfer> Transfers { get; set; }
Property Value
Type Description
List<Transfer>
In This Article
Back to top Maintained by MAKE Technology LLC