Namespace
The Namespace type provides information about a namespace.
type Namespace implements Node {
id: ID!
name: String!
chainID: ChainID!
contractAddress: ContractAddressEVM!
descriptorContract: ContractAddressEVM!
}
Fields
id (ID)
id the namespace's unique identifier.
name (String)
name the namespace's name.
chainID (ChainID)
chainId the chain ID of the network this namespace is created on.
contractAddress (ContractAddressEVM)
contractAddress the address of the namespace's contract.
descriptorContract (ContractAddressEVM)
descriptorContract the address of the namespace's descriptor contract.
Interfaces
Node
The Node interface follows relay.dev spec.