- Change file mode from 644 to 755 for all project files - Add chain_id parameter to get_balance RPC endpoint with default "ait-devnet" - Rename Miner.extra_meta_data to extra_metadata for consistency
6 lines
193 B
Python
Executable File
6 lines
193 B
Python
Executable File
"""Receipt verification helpers for the wallet daemon."""
|
|
|
|
from .service import ReceiptValidationResult, ReceiptVerifierService
|
|
|
|
__all__ = ["ReceiptValidationResult", "ReceiptVerifierService"]
|