Class GetBlockTransfersResult
Result for "chain_get_block_transfers" RPC response.
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> |