@xyo-network/react-chain-model
v1.19.16
Published
XYO Layer One React SDK Stake
Keywords
Readme
@xyo-network/react-chain-model
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

