Session
rootKey
Gets the current root key from the session
moises.session.rootKeyParameters
| Parameter | Type | Description |
|---|---|---|
| None | - | - |
Returns:
string - The current root key (e.g., 'C', 'D', 'E', etc.)
Usage Example
const currentRootKey = moises.session.rootKey()
console.log(`Current root key: ${currentRootKey}`)This file is automatically generated. Do not edit manually.