Types
Data types for SRC20 event watching
Overview
Event Data Types
Type
Description
Quick Reference
DecryptedTransferLog
@dataclass(frozen=True)
class DecryptedTransferLog:
from_address: ChecksumAddress
to_address: ChecksumAddress
encrypt_key_hash: bytes
encrypted_amount: bytes
decrypted_amount: int
transaction_hash: HexBytes
block_number: intDecryptedApprovalLog
Callback Type Aliases
Sync Callbacks
Async Callbacks
Example Usage
Transfer Event
Approval Event
Both Events
Common Fields
Field
Type
Description
Properties
Immutability
Type Safety
Notes
See Also
Last updated

