Skip to content

Commit 48234c2

Browse files
TEB1157claude
andcommitted
Update README: 100-byte → 136-byte transaction references
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3a9762b commit 48234c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Python SDK for the [Zero Network](https://zzero.net) — stablecoin microtransactions for AI agents.
44

5-
**1 Z = $0.01 USD** | Ed25519 signatures | 100-byte transactions | x402 support
5+
**1 Z = $0.01 USD** | Ed25519 signatures | 136-byte transactions | x402 support
66

77
## Install
88

@@ -140,8 +140,8 @@ print(client.account("pubkey_hex"))
140140
| Function | Description |
141141
|----------|-------------|
142142
| `build_transfer(from_pub, to_pub, amount, nonce)` | Build unsigned 72-byte tx |
143-
| `sign_transfer(unsigned_tx, signing_key)` | Sign and return 100-byte tx |
144-
| `parse_transfer(tx_bytes)` | Parse 100-byte tx into Transfer |
143+
| `sign_transfer(unsigned_tx, signing_key)` | Sign and return 136-byte tx |
144+
| `parse_transfer(tx_bytes)` | Parse 136-byte tx into Transfer |
145145

146146
### Constants
147147

@@ -163,7 +163,7 @@ print(client.account("pubkey_hex"))
163163
- **Account creation**: 1.00 Z deducted on first receive
164164
- **Signatures**: Ed25519 (compatible with tweetnacl/dalek)
165165
- **Hashing**: BLAKE3
166-
- **Transaction size**: 100 bytes
166+
- **Transaction size**: 136 bytes
167167

168168
## License
169169

0 commit comments

Comments
 (0)