Class: Aws::ManagedBlockchainQuery::Types::ContractFilter

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-managedblockchainquery/types.rb

Overview

The contract or wallet address by which to filter the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployer_addressString

The network address of the deployer.

Returns:

  • (String)


233
234
235
236
237
238
239
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 233

class ContractFilter < Struct.new(
  :network,
  :token_standard,
  :deployer_address)
  SENSITIVE = []
  include Aws::Structure
end

#networkString

The blockchain network of the contract.

Returns:

  • (String)


233
234
235
236
237
238
239
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 233

class ContractFilter < Struct.new(
  :network,
  :token_standard,
  :deployer_address)
  SENSITIVE = []
  include Aws::Structure
end

#token_standardString

The container for the token standard.

Returns:

  • (String)


233
234
235
236
237
238
239
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 233

class ContractFilter < Struct.new(
  :network,
  :token_standard,
  :deployer_address)
  SENSITIVE = []
  include Aws::Structure
end