Neo3 Decoding Tool
HexStringToString [hex]
: Convert HexString
to String
.
StringToHexString [string]
: Convert String
to HexString
.
HexNumberToBigInteger [hex]
: Convert HexNumber
to BigInteger
.
BigIntegerToHexNumber [bigInteger]
: Convert BigInteger
to HexNumber
.
Base64HexStringToString [base64HexString]
: Convert Base64HexString
to String
.
Base64ByteArrayToAddress [base64ByteArray]
: Convert Base64ByteArray
to Neo3 Standrd Address
.
Base64ByteArrayToBigInteger [base64ByteArray]
: Convert Base64ByteArray
to BigInteger
.
AddressToScriptHash [standardAddress]
: Convert Neo3 Standard Address
to Big&Little End Scripthash
.
LittleEndScriptHashToAddress [littleEndScriptHash]
: Convert LittleEndScriptHash
to Standard Address
.
BigEndScriptHashToAddress [bigEndScriptHash]
: Convert BigEndScriptHash
to Standard Address
.
BigAndLittleEndExchange [scriptHash(bigEnd or littleEnd)]
: LittleEnd
and BigEnd
hex swap