File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33Python 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
You can’t perform that action at this time.
0 commit comments