Class GetBlockTransfers
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class GetBlockTransfers : RpcMethod
Constructors
| Edit this page View SourceGetBlockTransfers(string)
Retrieves all transfers for a Block from the network
Declaration
public GetBlockTransfers(string blockHash)
Parameters
| Type | Name | Description |
|---|---|---|
| string | blockHash | Hash of the block to retrieve the transfers from. Null for the most recent block |
GetBlockTransfers(ulong)
Retrieves all transfers for a Block from the network
Declaration
public GetBlockTransfers(ulong height)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | height | Height of the block to retrieve the transfers from. |