Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@xyo-network/react-chain-model

Package Overview
Dependencies
Maintainers
5
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/react-chain-model

XYO Layer One React SDK Stake

latest
Source
npmnpm
Version
1.19.16
Version published
Weekly downloads
143
-85.18%
Maintainers
5
Weekly downloads
 
Created
Source

@xyo-network/react-chain-model

logo

npm-badge npm-downloads-badge jsdelivr-badge npm-license-badge socket-badge

XYO Layer One React SDK Stake

Reference

@xyo-network/react-chain-model

Interfaces

Functions

functions

isUninitializedXyoGlobal

@xyo-network/react-chain-model

function isUninitializedXyoGlobal(obj): obj is UninitializedXyoGlobal;

Parameters

obj

unknown

Returns

obj is UninitializedXyoGlobal

isXyoGlobal

@xyo-network/react-chain-model

function isXyoGlobal(obj): obj is XyoGlobal;

Parameters

obj

unknown

Returns

obj is XyoGlobal

interfaces

UninitializedXyoGlobal

@xyo-network/react-chain-model

Describes the initial state of the global XYO object before initialization (i.e. before the client is initialized)

Extended by

Properties

connections

connections: Record<NetworkId, NetworkBootstrap>;

sessionId()

sessionId: () => string;

Returns

string

walletExtensionId()

walletExtensionId: () => string;

Returns

string

XyoGlobal

@xyo-network/react-chain-model

Describes the initial state of the global XYO object before initialization (i.e. before the client is initialized)

Extends

Properties

client

client: XyoClient;

errors

errors: Error[];

connections

connections: Record<NetworkId, NetworkBootstrap>;

Inherited from

UninitializedXyoGlobal.connections

sessionId()

sessionId: () => string;

Returns

string

Inherited from

UninitializedXyoGlobal.sessionId

walletExtensionId()

walletExtensionId: () => string;

Returns

string

Inherited from

UninitializedXyoGlobal.walletExtensionId

Maintainers

License

See the LICENSE file for license details

Credits

Made with 🔥 and ❄️ by XYO

FAQs

Package last updated on 20 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts