Class GetBlockTransfers
Inherited Members
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 |