- FIXED8_DECIMALS - Static variable in class io.neow3j.constants.NeoConstants
-
- FIXED8_LENGTH - Static variable in class io.neow3j.constants.NeoConstants
-
Length of a Fixed8 byte array.
- FIXED8_SCALE - Static variable in class io.neow3j.constants.NeoConstants
-
- flush() - Method in class io.neow3j.io.BinaryWriter
-
- from(byte[], Class<T>) - Static method in interface io.neow3j.io.NeoSerializableInterface
-
- fromAddress(String) - Static method in class io.neow3j.contract.ScriptHash
-
Creates a script hash from the given address.
- fromAsList(byte[], Class<T>) - Static method in interface io.neow3j.io.NeoSerializableInterface
-
- fromBigEndianHexString(String) - Static method in class io.neow3j.utils.BigIntegers
-
Converts the integer in the given hex string to a BigInteger.
- fromDecimalToFixed8ByteArray(BigDecimal) - Static method in class io.neow3j.utils.Numeric
-
Converts the given decimal number to a Fixed8 byte array (8 bytes in little-endian order).
- fromDecimalToFixed8ByteArray(BigInteger) - Static method in class io.neow3j.utils.Numeric
-
Converts the given decimal number to a Fixed8 byte array (8 bytes in little-endian order).
- fromDecimalToFixed8HexString(BigDecimal) - Static method in class io.neow3j.utils.Numeric
-
Converts the given decimal number to a Fixed8 hexadecimal string (8 bytes in big-endian
order).
- fromDecimalToFixed8HexString(BigInteger) - Static method in class io.neow3j.utils.Numeric
-
Converts the given decimal number to a Fixed8 hexadecimal string (8 bytes in big-endian
order).
- fromFixed8ToDecimal(byte[]) - Static method in class io.neow3j.utils.Numeric
-
Converts the given Fixed8 number to a BigDecimal.
- fromFixed8ToDecimal(String) - Static method in class io.neow3j.utils.Numeric
-
Converts the given Fixed8 number to a BigDecimal.
- fromFixed8ToDecimal(BigInteger) - Static method in class io.neow3j.utils.Numeric
-
Converts the given Fixed8 number to a BigDecimal.
- fromLittleEndianByteArray(byte[]) - Static method in class io.neow3j.utils.BigIntegers
-
Converts the integer in the given byte array to a BigInteger.
- fromPublicKey(byte[]) - Static method in class io.neow3j.contract.ScriptHash
-
- fromPublicKeys(List<byte[]>, int) - Static method in class io.neow3j.contract.ScriptHash
-
- fromScript(byte[]) - Static method in class io.neow3j.contract.ScriptHash
-
Creates a script hash from the given script in byte array form.
- fromScript(String) - Static method in class io.neow3j.contract.ScriptHash
-
Creates a script hash from the given script in hexadecimal string form.
- ScriptBuilder - Class in io.neow3j.contract
-
- ScriptBuilder() - Constructor for class io.neow3j.contract.ScriptBuilder
-
- ScriptHash - Class in io.neow3j.contract
-
A script hash is as its name says the hash of a executable NeoVM script.
- ScriptHash() - Constructor for class io.neow3j.contract.ScriptHash
-
Constructs a new script hash with 20 zero bytes.
- ScriptHash(byte[]) - Constructor for class io.neow3j.contract.ScriptHash
-
Constructs a new script hash from the given byte array.
- ScriptHash(String) - Constructor for class io.neow3j.contract.ScriptHash
-
Constructs a new script hash from the given hexadecimal string.
- SCRIPTHASH_SIZE - Static variable in class io.neow3j.constants.NeoConstants
-
The byte size of a script hash.
- scriptHashToAddress(byte[]) - Static method in class io.neow3j.utils.AddressUtils
-
Derives the Neo address from the given script hash.
- ScriptReader - Class in io.neow3j.contract
-
Reads Neo VM scripts and converts them to a more human-readable representation.
- ScriptReader() - Constructor for class io.neow3j.contract.ScriptReader
-
- SecurityProviderChecker - Class in io.neow3j.crypto
-
- SecurityProviderChecker() - Constructor for class io.neow3j.crypto.SecurityProviderChecker
-
- serialize(ContractParameter, JsonGenerator, SerializerProvider) - Method in class io.neow3j.contract.ContractParameter.ContractParameterSerializer
-
- serialize(BinaryWriter) - Method in class io.neow3j.contract.ScriptHash
-
- serialize(BinaryWriter) - Method in interface io.neow3j.io.NeoSerializableInterface
-
- SERIALIZED_INVOCATION_SCRIPT_SIZE - Static variable in class io.neow3j.constants.NeoConstants
-
Size of a serialized invocation (signature) script in bytes.
- sha256(byte[]) - Static method in class io.neow3j.crypto.Hash
-
Generates SHA-256 digest for the given input.
- sha256(byte[], int, int) - Static method in class io.neow3j.crypto.Hash
-
Generates SHA-256 digest for the given input.
- sha256AndThenRipemd160(byte[]) - Static method in class io.neow3j.crypto.Hash
-
Performs a SHA256 followed by a RIPEMD160.
- sha3(String) - Static method in class io.neow3j.crypto.Hash
-
Keccak-256 hash function.
- sha3(byte[], int, int) - Static method in class io.neow3j.crypto.Hash
-
Keccak-256 hash function.
- sha3(byte[]) - Static method in class io.neow3j.crypto.Hash
-
Keccak-256 hash function.
- sha3String(String) - Static method in class io.neow3j.crypto.Hash
-
Keccak-256 hash function that operates on a UTF-8 encoded String.
- signature(String) - Static method in class io.neow3j.contract.ContractParameter
-
Creates a signature parameter from the given signature hexadecimal string.
- signature(byte[]) - Static method in class io.neow3j.contract.ContractParameter
-
Creates a signature parameter from the given signature.
- SIGNATURE_SIZE - Static variable in class io.neow3j.constants.NeoConstants
-
Size of a signature in bytes.
- string(String) - Static method in class io.neow3j.contract.ContractParameter
-
- Strings - Class in io.neow3j.utils
-
String utility functions.
- sysCall(InteropServiceCode) - Method in class io.neow3j.contract.ScriptBuilder
-