auradefi 0.1.1
PyPI GitHub

ConnectionRecord

auradefi.embed.models · source

One watched address bound to a tenant (SPEC §8, §3.1).

id is deterministic. See derive_connection_id. chain_id is a CAIP-2 string; created_at_ms is ms-epoch.

Fields

idstr
chain_idstr
addressstr
created_at_msint

__init__

__init__(self, id: str, chain_id: str, address: str, created_at_ms: int) -> None

Parameters

idrequired, str

none

chain_idrequired, str

none

addressrequired, str

none

created_at_msrequired, int

none