LogoLogo
CSPR.build PortalCSPR.click Website
CSPR.click (latest)
CSPR.click (latest)
  • Documentation
    • Introduction
    • Overview
    • Getting started
    • Changelog
  • CSPR.click SDK
    • React
      • Handling events
      • Connecting a wallet
      • Signing transactions
      • Customizing the top bar
        • Account dropdown menu
        • Theme selector
        • Network selector
        • Language selector
        • Currency selector
        • Custom selector
      • Hooks and Components
    • JavaScript
      • Handling events
      • Connecting a wallet
      • Signing transactions
      • Customizing the top bar
        • Account dropdown menu
        • Theme selector
        • Network selector
      • Examples
    • Reference
      • Properties
      • Methods
      • Types
      • Events
  • Get support
    • Contact us
Powered by GitBook
On this page
  • appName
  • appId
  • casperNode
  • chainName
  • csprclickHost
  1. CSPR.click SDK
  2. Reference

Properties

The following properties are available in csprclick global object after initialization.

appName

appName: string

Returns the name of the application. This name is set during the library initialization.

appId

appId: string

Returns the id of the application.

casperNode

casperNode: string

Returns the URL of the RPC interface CSPR.click uses to get or send information from/to the Casper network.

chainName

chainName: string

Returns the name of the Casper network the application interacts with.

csprclickHost

csprclickHost: string

Returns the CSPR.click server.

Last updated 1 year ago