Class: Aws::ManagedBlockchainQuery::Types::ContractIdentifier

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

Overview

Container for the blockchain address and network information about a contract.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contract_addressString

Container for the blockchain address about a contract.

Returns:

  • (String)


293
294
295
296
297
298
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 293

class ContractIdentifier < Struct.new(
  :network,
  :contract_address)
  SENSITIVE = []
  include Aws::Structure
end

#networkString

The blockchain network of the contract.

Returns:

  • (String)


293
294
295
296
297
298
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 293

class ContractIdentifier < Struct.new(
  :network,
  :contract_address)
  SENSITIVE = []
  include Aws::Structure
end