SetUserScriptHash Method

Neo Persistable Class

neo-persistibleclasses

NeoStorageKey..::..SetUserScriptHash Method

Sets the userScriptHash of a NEO Storage Key.

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

Syntax


public static void SetUserScriptHash(
	NeoStorageKey nsk,
	byte[] value
)
Public Shared Sub SetUserScriptHash ( _
	nsk As NeoStorageKey, _
	value As Byte() _
)
public:
static void SetUserScriptHash(
	NeoStorageKey^ nsk, 
	array<unsigned char^>^ value
)

Parameters

nsk
Type: NeoPersistableClass..::..NeoStorageKey
NSK
value
Type: array<Byte>[]()[][]
value

Return Value

void