Class: Aws::ManagedBlockchainQuery::Types::ContractIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::ContractIdentifier
- Defined in:
- gems/aws-sdk-managedblockchainquery/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
-
#contract_address ⇒ String
Container for the blockchain address about a contract.
-
#network ⇒ String
The blockchain network of the contract.
Instance Attribute Details
#contract_address ⇒ String
Container for the blockchain address about a contract.
293 294 295 296 297 298 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 293 class ContractIdentifier < Struct.new( :network, :contract_address) SENSITIVE = [] include Aws::Structure end |
#network ⇒ String
The blockchain network of the contract.
293 294 295 296 297 298 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 293 class ContractIdentifier < Struct.new( :network, :contract_address) SENSITIVE = [] include Aws::Structure end |