Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 522 Bytes

File metadata and controls

24 lines (18 loc) · 522 Bytes

OpenapiClient::FilterObject

Properties

Name Type Description Notes
address String The contract address or a list of addresses from which logs should originate
from_block String
to_block String
topics Array<String>

Example

require 'openapi_client'

instance = OpenapiClient::FilterObject.new(
  address: null,
  from_block: null,
  to_block: null,
  topics: null
)