Casper.Network.SDK
Show / Hide Table of Contents

Class GetBlockTransfers

Inheritance
System.Object
RpcMethod
GetBlockTransfers
Inherited Members
RpcMethod.JsonRpc
RpcMethod.Id
RpcMethod.Method
RpcMethod.Parameters
RpcMethod.SerializerOptions
RpcMethod.Serialize()
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class GetBlockTransfers : RpcMethod

Constructors

GetBlockTransfers(Int32)

Retrieves all transfers for a Block from the network

Declaration
public GetBlockTransfers(int height)
Parameters
Type Name Description
System.Int32 height

Height of the block to retrieve the transfers from.

GetBlockTransfers(String)

Retrieves all transfers for a Block from the network

Declaration
public GetBlockTransfers(string blockHash)
Parameters
Type Name Description
System.String blockHash

Hash of the block to retrieve the transfers from. Null for the most recent block

In This Article
Back to top Maintained by MAKE Technology LLC