Class AddressableEntityKey
Inheritance
AddressableEntityKey
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
|
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
Methods
|
Edit this page
View Source
GetBytes()
Declaration
public override byte[] GetBytes()
Returns
Overrides
|
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
|
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
|
Edit this page
View Source
_GetRawBytesFromKey(string)
Declaration
protected override byte[] _GetRawBytesFromKey(string key)
Parameters
| Type |
Name |
Description |
| string |
key |
|
Returns
Overrides
Implements