//! Wallet layer for interacting with Polygon blockchain
//!
//! This module provides the core `OnchainClient` for managing wallets,
//! signing transactions, and interacting with smart contracts.
pub use OnchainProvider;
pub use OnchainSigner;
pub use OnchainClientBuilder;
pub use OnchainClient;