neo-persistibleclasses
|
NeoStorageKey Methods
The NeoStorageKey type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetAppNameAsByteArray |
Gets the application name as byte array.
|
|
GetAppNameAsString |
Gets the application name as string.
|
|
GetBuild |
Gets the build number of an application
|
|
GetClassNameAsByteArray |
Gets the class name of a NEO Storage Key as byte array.
|
|
GetClassNameAsString |
Gets the class name of a NEO Storage Key as string.
|
|
GetFieldName |
Gets the field name of the NEO Storage Key.
|
|
GetIndex |
Gets the index of a NEO Storage Key
|
|
GetMajor |
Gets the major version number of an application.
|
|
GetMinor |
Gets the minor version number of an application.
|
|
GetUserScriptHash |
Gets the userScriptHash of a NEO Storage Key.
|
|
IsNull |
Test whether the specified NeoStorageKey is Null.
|
|
Log |
Logs the specified label.
|
|
LogExt |
Logs the ext.
|
|
New()()()() |
News this instance.
|
|
New(array<Byte>[]()[][], Int32, Int32, Int32, array<Byte>[]()[][], array<Byte>[]()[][], Int32, String) |
News the specified application.
|
|
New(String, Int32, Int32, Int32, array<Byte>[]()[][], String, Int32, String) |
News the specified application.
|
|
New(NeoVersionedAppUser, array<Byte>[]()[][]) |
News the specified vau.
|
|
New(NeoVersionedAppUser, String) |
News the specified vau.
|
|
Null |
Create a new entity representing a Null entity
|
|
Set(NeoStorageKey, array<Byte>[]()[][], Int32, Int32, Int32, array<Byte>[]()[][], array<Byte>[]()[][], Int32, String) |
Sets the specified NEO Storage Key field values.
|
|
Set(NeoStorageKey, String, Int32, Int32, Int32, array<Byte>[]()[][], String, Int32, String) |
Sets the specified NEO Storage Key field values.
|
|
Set(NeoStorageKey, NeoVersionedAppUser, array<Byte>[]()[][], array<Byte>[]()[][], Int32, String) |
Sets the specified NEO Storage Key field values.
|
|
Set(NeoStorageKey, NeoVersionedAppUser, array<Byte>[]()[][], String, Int32, String) |
Sets the specified NEO Storage Key field values.
|
|
SetAppName(NeoStorageKey, array<Byte>[]()[][]) |
Sets the name of the application.
|
|
SetAppName(NeoStorageKey, String) |
Sets the name of the application.
|
|
SetBuild |
Sets the build number of an application
|
|
SetClassName(NeoStorageKey, array<Byte>[]()[][]) |
Sets the class name of a NEO Storage Key
|
|
SetClassName(NeoStorageKey, String) |
Sets the class name of the NEO Storage Key
|
|
SetFieldName |
Sets the class field name of the NEO Storage Key.
|
|
SetIndex |
Sets the index of a NEO Storage Key
|
|
SetMajor |
Sets the major version number of an application.
|
|
SetMinor |
Sets the minor version number of an application
|
|
SetUserScriptHash |
Sets the userScriptHash of a NEO Storage Key.
|
|
StorageKey |
Compute a NEO Storage Key.
|