Casper.Network.SDK
Show / Hide Table of Contents

Class GetEntity

Inheritance
object
RpcMethod
GetEntity
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 GetEntity : RpcMethod

Constructors

| Edit this page View Source

GetEntity(IEntityIdentifier, IBlockIdentifier)

Returns an AddressableEntity from the network for a Block from the network

Declaration
public GetEntity(IEntityIdentifier entityIdentifier, IBlockIdentifier blockIdentifier = null)
Parameters
Type Name Description
IEntityIdentifier entityIdentifier

A PublicKey, an AccoountHashKey, or an AddressableEntityKey

IBlockIdentifier blockIdentifier

A a block identifier by hash or key. Null for the latest block

| Edit this page View Source

GetEntity(string, IBlockIdentifier)

Returns an AddressableEntity from the network for a Block from the network

Declaration
public GetEntity(string addressableEntity, IBlockIdentifier blockIdentifier = null)
Parameters
Type Name Description
string addressableEntity

A string with an addressable entity key.

IBlockIdentifier blockIdentifier

A a block identifier by hash or key. Null for the latest block

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