Commit Graph

5 Commits

Author SHA1 Message Date
e15b205f9c Add remote smart contract and gRPC connection support
Add Remote field to SmartContractCreateRequest and GrpcConnectionInfo
struct to SmartContract model for remote smart contract execution
via gRPC.
2026-02-11 11:20:21 -05:00
ee3c6941ee Added functions to get API partial credentials v0.1.1 2025-12-29 11:04:45 -05:00
eb6100b736 Add context.Context parameter to all API methods
Enable request timeout and cancellation control by adding context.Context
as the first parameter to all SDK API methods. This allows users to:
- Set per-request timeouts
- Cancel in-flight requests
- Pass request-scoped values
2025-12-29 11:00:13 -05:00
5576cced09 Added Apache License v0.1.0 2025-11-11 13:31:51 -05:00
6decdb603c Initial Commit 2025-11-10 16:44:59 -05:00