Type Alias RemotePlayWorldNodeCredentials

RemotePlayWorldNodeCredentials: {
    passw: string;
    rootKey: string;
}

Root key (from .root) plus human passphrase as stored in ~/.agent-play/credentials.json after agent-play create-main-node. Material for node id and wire auth is nodeCredentialsMaterialFromHumanPassphrase(passw) (SHA-256 hex; same as CLI hashNodePassword).