Nukez

§ 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.

ClassDescription
ClientTop-level client. Constructed from env, config, or explicit wallet + provider.
LockerRepresents a provisioned locker. Exposes put/get/verify/rotate/rebind.
ReceiptImmutable. Fields: id, sha256, merkle_root, anchor_slot, signer, attestation_sig.
EnvelopeSigned request payload. Accepts either ed25519 or secp256k1 signing keys.
VerificationBundleResult 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.