LogoLogo
CSPR.build PortalCSPR.click Website
CSPR.click v1.3
CSPR.click v1.3
  • Introduction
    • CSPR.click overview
    • Get your application Id
    • Changelog
  • UI SDK
    • Getting started with the template application
    • Integrating the UI SDK into your application
    • Integrating the UI SDK into a non-React application
    • Customizing the top bar
      • Account dropdown menu
      • Theme selector
      • Network selector
      • Language selector
      • Currency selector
      • Custom selector
    • useClickRef() hook
    • Handling events
    • Signing transactions
  • Core JS SDK
    • Getting started
    • Properties
    • Methods
    • Types
    • Events
  • Get support
    • Contact us
Powered by GitBook
On this page
  • appName
  • appId
  • casperNode
  • chainName
  • csprclickHost
  1. Core JS SDK

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.

PreviousGetting startedNextMethods

Last updated 11 months ago