You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@newtectonics This seems to imply that all fields for a data object would need to be fetched? (I assume it would fetch the "traces", "block" etc. on demand when you access the property.) Snowflake is not optimized for retrieving more fields than you actually need.
Does it make sense to have first order data DTOs?
tx = Transaction(hash=TX_HASH)
Could then have derivitive properties like
tx.traces
tx.block
and we could add
BlockNumber(123456789).block
and the like.
The text was updated successfully, but these errors were encountered: