StorageKey Method

Neo Persistable Class

neo-persistibleclasses

NeoStorageKey..::..StorageKey Method

Compute a NEO Storage Key.

Namespace:  NeoPersistableClass
Assembly:  NPCdApp (in NPCdApp.dll)

Syntax


public static byte[] StorageKey(
	NeoStorageKey nsk,
	int index,
	byte[] fieldName
)
Public Shared Function StorageKey ( _
	nsk As NeoStorageKey, _
	index As Integer, _
	fieldName As Byte() _
) As Byte()
public:
static array<unsigned char^>^ StorageKey(
	NeoStorageKey^ nsk, 
	int^ index, 
	array<unsigned char^>^ fieldName
)

Parameters

nsk
Type: NeoPersistableClass..::..NeoStorageKey
NSK
index
Type: Int32
index
fieldName
Type: array<Byte>[]()[][]
field name

Return Value

bNeoStorageKey