§ docs · pynukez
PyNukez SDK.
python · v0.7.2
§ reference · typed api
Classes and methods.
Public API surface of nukez 0.7.2. Full typestubs ship with the package.
~510 tok/opContext comparison →
| Class | Description |
|---|---|
Client | Top-level client. Constructed from env, config, or explicit wallet + provider. |
Locker | Represents a provisioned locker. Exposes put/get/verify/rotate/rebind. |
Receipt | Immutable. Fields: id, sha256, merkle_root, anchor_slot, signer, attestation_sig. |
Envelope | Signed request payload. Accepts either ed25519 or secp256k1 signing keys. |
VerificationBundle | Result of Client.verify(). Contains the merkle proof and the on-chain anchor. |
The SDK is thin by design — every method maps to one HTTP endpoint, every type reflects one gateway shape. If an endpoint isn't yet wrapped, the raw HTTP is always available via Client.http.
