Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt

Use this file to discover all available pages before exploring further.

Data Class
data class ApiKey(val key: String, val type: ApiKey.Type, val environment: Environment)

Constructors

constructor(key: String, type: ApiKey.Type, environment: Environment)

Properties

apiEnvironmentPathComponent

val apiEnvironmentPathComponent: String

environment

val environment: Environment

isProduction

val isProduction: Boolean

key

val key: String

type

val type: ApiKey.Type