Skip to main content

Crate hyli_client_sdk

Crate hyli_client_sdk 

Source

Modules§

contract_indexer
helpers
light_executor
rest_client
tcp_client
tests
Helper modules for testing contracts
transaction_builder

Macros§

contract_states
Macro to easily define the full state of a TxExecutor Struct-like syntax. Must have Calldata, ContractName, HyliOutput, TxExecutorHandler and anyhow in scope. Example: use anyhow; use hyli_contract_sdk::{Blob, Calldata, ContractName, HyliOutput}; use client_sdk::transaction_builder::TxExecutorHandler;

Structs§

AppError
Error type for REST API handlers, wrapping anyhow::Error with a status code.