- FEE_PER_EXTRA_BYTE - Static variable in class io.neow3j.constants.NeoConstants
-
- 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
-
- fixed8ByteArray(BigDecimal) - Static method in class io.neow3j.contract.ContractParameter
-
Creates a byte array parameter from the given number, transforming it to the Fixed8 number
format in little-endian order.
- flush() - Method in class io.neow3j.io.BinaryWriter
-
- FREE_GAS_AMOUNT - Static variable in class io.neow3j.constants.NeoConstants
-
The amount of GAS that is free in every execution/invocation of a smart contract.
- FREE_OF_CHARGE_EXECUTION_COST - Static variable in class io.neow3j.constants.NeoConstants
-
The amount of GAS that is free in every contract execution (invocation or deployment).
- 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
-
Creates a script hash from the given public key.
- fromPublicKeys(int, byte[]...) - Static method in class io.neow3j.contract.ScriptHash
-
Creates a script hash from the given public keys and signing threshold.
- 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.