StarknetChainId

@Serializable(with = StarknetChainIdSerializer::class)
data class StarknetChainId(val value: Felt)

Constructors

Link copied to clipboard
constructor(value: Felt)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val value: Felt

Functions

Link copied to clipboard

Transform StarknetChainId to a network name represented as ASCII string. Example: StarknetChainId.SEPOLIA -> "SN_SEPOLIA"