All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.swmansion.starknet.extensions.ToHex.kt Maven / Gradle / Ivy

There is a newer version: 0.13.1
Show newest version
package com.swmansion.starknet.extensions

import java.math.BigInteger

@JvmSynthetic
internal fun BigInteger.toHex(): String = "0x" + this.toString(16)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy