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. The SDK hashes the phrase once locally via nodeCredentialFromHumanPhrase and sends the resulting passwHash as the x-node-passw header and as the passwHash field in repository-backed requests.