arc56-generated-tripleight-spm
Auto-generated typed Algorand smart-contract clients for TriplEight/SPM, built from the ARC-56 specs listed below.
Generated by the Arc56Registry pipeline, using the algorandfoundation/algokit-client-generator-py ARC-56 client generator. Do not edit these files by hand — they are regenerated automatically whenever the source ARC-56 spec changes.
Install
pip install arc56-generated-tripleight-spm
Basic usage
Each contract in this package is a separate module (a hash of its source URL is
appended to its filename to keep multiple contracts in the same repository from
colliding), containing a typed <Name>Client for interacting with an already-deployed
instance of that contract, plus a <Name>Factory for deploying new instances.
from algokit_utils import AlgorandClient
from arc56_generated_tripleight_spm import PaymentRouter_13dfb311
algorand = AlgorandClient.mainnet()
client = PaymentRouter_13dfb311.PaymentRouterClient(
algorand=algorand,
app_id=123456789,
)
# call a contract method, e.g.:
# result = client.send.some_method(args=(...))
full vs minimal generator mode
Contracts in this package are generated with the client generator's full mode by
default, which emits both the typed Client and a deploy/create Factory class plus
deployment metadata (source code, bytecode, template variables). For the rare contract
whose full-mode output fails to generate or fails to byte-compile, this package falls
back to minimal mode (Client only, no Factory) for that contract instead of
failing outright. The contracts table below flags any contract generated this way;
every other contract includes a working Factory.
Contracts included in this package
| Module | Client class | Source ARC-56 spec |
|---|---|---|
PaymentRouter_13dfb311 |
PaymentRouterClient |
https://raw.githubusercontent.com/TriplEight/SPM/HEAD/contracts/smart_contracts/artifacts/payment_router/PaymentRouter.arc56.json |
SplitRouter_838f0717 |
SplitRouterClient |
https://raw.githubusercontent.com/TriplEight/SPM/HEAD/contracts/smart_contracts/artifacts/split_router/SplitRouter.arc56.json |
Versioning
This package uses 1.<increment>.<yyyyMMddHH>-style versioning: a new version is
published whenever any of the contracts above change, or whenever the client generator
itself is updated. See Arc56Registry for
the full generation pipeline and source ARC-56 registry.
Release files for arc56-generated-tripleight-spm 1.3.2026092412
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| arc56_generated_tripleight_spm-1.3.2026092412.tar.gz | 22.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| arc56_generated_tripleight_spm-1.3.2026092412-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 46.4 kB
Release files / arc56_generated_tripleight_spm-1.3.2026092412.tar.gz
| Download URL | arc56_generated_tripleight_spm-1.3.2026092412.tar.gz |
|---|---|
| Size | 22.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5305164746f679f06ee31f1c40886184a41e5672d8696aa62abd322c84695e51
|
|
BLAKE2b-256 checksum How to use checksums |
4cb8504220b7185f3e176648fa7772073700812c69f2c73624fcfec257e29c83
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|
Release files / arc56_generated_tripleight_spm-1.3.2026092412-py3-none-any.whl
| Download URL | arc56_generated_tripleight_spm-1.3.2026092412-py3-none-any.whl |
|---|---|
| Size | 23.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4f23c2930ee370b2ee5d5b46f2566c24603bd7b5db56dfe5c331ee64fc5a7914
|
|
BLAKE2b-256 checksum How to use checksums |
b71c12e6e3e1e2ff4b553efb9bdfdbfca6a5530556367a56e77b849d35bcdeee
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|