public class ScriptReader
extends java.lang.Object
| Constructor and Description |
|---|
ScriptReader() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
convertToOpCodeString(byte[] script)
Converts a Neo VM script into a string representation using OpCode names.
|
static java.lang.String |
convertToOpCodeString(java.lang.String script)
Converts a Neo VM script into a string representation using OpCode names.
|
static InteropServiceCode |
getInteropServiceCode(java.lang.String hash)
Gets the InteropService that creates the provided hash.
|
public static InteropServiceCode getInteropServiceCode(java.lang.String hash)
hash - The hash of the InteropServiceCode.public static java.lang.String convertToOpCodeString(java.lang.String script)
script - The script to convert in hexadecimal format.public static java.lang.String convertToOpCodeString(byte[] script)
script - The script to convert.