Casper.Network.SDK
Show / Hide Table of Contents

Class GetBlockTransfers

Inheritance
object
RpcMethod
GetBlockTransfers
Inherited Members
RpcMethod.JsonRpc
RpcMethod.Id
RpcMethod.Method
RpcMethod.Parameters
RpcMethod.SerializerOptions
RpcMethod.Serialize()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class GetBlockTransfers : RpcMethod

Constructors

| Edit this page View Source

GetBlockTransfers(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

| Edit this page View Source

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.

  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC