Companion

object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Create Felt from hex string. It must start with "0x" prefix.

Link copied to clipboard

Create Felt from ASCII string. It must be shorter than 32 characters and only contain ASCII encoding. Example: "hello" -> 0x68656c6c6f.

Link copied to clipboard

Create Felt from signed BigInteger value. It must be in range (-Felt.PRIME, Felt.PRIME).

Create Felt from signed Int value.

Create Felt from signed Long value.