ovrl_sdk.soroban

Soroban-specific helpers for contract workflows in the OVRL SDK.

Contains the RPC toolkit wrapper, invocation result types, and token client utilities used to interact with Soroban token contracts. License: Apache-2.0. Authors: Overlumens (github.com/overlumens) and Md Mahedi Zaman Zaber (github.com/zaber-dev).

Classes

SorobanInvocation(transaction_hash, status, ...)

Result envelope for a Soroban contract call with metadata for debugging.

SorobanTokenClient(client, contract_id, *[, ...])

High-level helpers for invoking the Soroban token interface (balance/transfer/etc).

SorobanToolkit(client)

Thin wrapper around Soroban RPC to prepare, send, and poll transactions.