Casper.Network.SDK
Show / Hide Table of Contents

Class AddressableEntityKey

Inheritance
object
GlobalStateKey
AddressableEntityKey
Implements
IEntityIdentifier
IPurseIdentifier
Inherited Members
GlobalStateKey.Key
GlobalStateKey.KeyIdentifier
GlobalStateKey.RawBytes
GlobalStateKey.ToHexString()
GlobalStateKey.FromString(string)
GlobalStateKey.FromBytes(byte[])
GlobalStateKey.ToString()
GlobalStateKey.Equals(object)
GlobalStateKey.GetHashCode()
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class AddressableEntityKey : GlobalStateKey, IEntityIdentifier, IPurseIdentifier

Constructors

| Edit this page View Source

AddressableEntityKey(byte[])

Declaration
public AddressableEntityKey(byte[] key)
Parameters
Type Name Description
byte[] key
| Edit this page View Source

AddressableEntityKey(BinaryReader)

Declaration
public AddressableEntityKey(BinaryReader reader)
Parameters
Type Name Description
BinaryReader reader
| Edit this page View Source

AddressableEntityKey(string)

Declaration
public AddressableEntityKey(string key)
Parameters
Type Name Description
string key

Properties

| Edit this page View Source

Kind

Declaration
public EntityKindEnum Kind { get; init; }
Property Value
Type Description
EntityKindEnum

Methods

| Edit this page View Source

GetBytes()

Declaration
public override byte[] GetBytes()
Returns
Type Description
byte[]
Overrides
GlobalStateKey.GetBytes()
| Edit this page View Source

GetEntityIdentifier()

Returns an EntityIdentifier object as defined in the RPC schema for an account hash key.

Declaration
public Dictionary<string, object> GetEntityIdentifier()
Returns
Type Description
Dictionary<string, object>
| Edit this page View Source

GetPurseIdentifier()

Returns a PurseIdentifier object as defined in the RPC schema for an entity address

Declaration
public Dictionary<string, object> GetPurseIdentifier()
Returns
Type Description
Dictionary<string, object>
| Edit this page View Source

_GetRawBytesFromKey(string)

Declaration
protected override byte[] _GetRawBytesFromKey(string key)
Parameters
Type Name Description
string key
Returns
Type Description
byte[]
Overrides
GlobalStateKey._GetRawBytesFromKey(string)

Implements

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