Class: Aws::ManagedBlockchainQuery::Types::ContractIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::ContractIdentifier
- 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
-
#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.
254 255 256 257 258 259 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 254 class ContractIdentifier < Struct.new( :network, :contract_address) SENSITIVE = [] include Aws::Structure end |
#network ⇒ String
The blockchain network of the contract.
254 255 256 257 258 259 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 254 class ContractIdentifier < Struct.new( :network, :contract_address) SENSITIVE = [] include Aws::Structure end |