Versions in this module Expand all Collapse all v1 v1.0.2 Jul 14, 2024 v1.0.1 Jul 14, 2024 Changes in this version + func Content() w3types.RPCCallerFactory[ContentResponse] + func ContentFrom(addr common.Address) w3types.RPCCallerFactory[ContentFromResponse] + func Status() w3types.RPCCallerFactory[StatusResponse] + type ContentFromResponse struct + Pending []*types.Transaction + Queued []*types.Transaction + func (cf *ContentFromResponse) UnmarshalJSON(data []byte) error + type ContentResponse struct + Pending map[common.Address][]*types.Transaction + Queued map[common.Address][]*types.Transaction + func (c *ContentResponse) UnmarshalJSON(data []byte) error + type StatusResponse struct + Pending uint + Queued uint + func (s *StatusResponse) UnmarshalJSON(data []byte) error