history

View as MarkdownOpen in Claude
1get history(): EntityCollectionTransformed<GetConversationMessageResponse, AddressHistory<Address>> | undefined

Collection of call history entries for this address, with pagination support.

Returns undefined until history$ has been subscribed to (lazy-loaded). Filters to 'log' subtype messages including kind, status, start/end times.

See

history$ to trigger lazy loading.

Examples

1console.log(address.history);