Skip to content

ManagedBlockchainQuery module#

Index > ManagedBlockchainQuery

Auto-generated documentation for ManagedBlockchainQuery type annotations stubs module types-aiobotocore-managedblockchain-query.

How to install#

From PyPI with pip#

Install types-aioboto3 for ManagedBlockchainQuery service.

# install with aioboto3 type annotations
python -m pip install 'types-aioboto3[managedblockchain-query]'


# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-aioboto3-lite[managedblockchain-query]'


# standalone installation
python -m pip install types-aiobotocore-managedblockchain-query

How to uninstall#

python -m pip uninstall -y types-aiobotocore-managedblockchain-query

Usage#

Code samples can be found in Examples.

ManagedBlockchainQueryClient#

Type annotations and code completion for session.client("managedblockchain-query") as ManagedBlockchainQueryClient boto3 documentation

# ManagedBlockchainQueryClient usage example

from aioboto3.session import Session

from types_aiobotocore_managedblockchain_query.client import ManagedBlockchainQueryClient


session = Session()
async with session.client("managedblockchain-query") as client:
    client: ManagedBlockchainQueryClient

Paginators#

Type annotations and code completion for paginators from session.client("managedblockchain-query").get_paginator("...").

# ListAssetContractsPaginator usage example

from types_aiobotocore_managedblockchain_query.paginator import ListAssetContractsPaginator

def get_list_asset_contracts_paginator() -> ListAssetContractsPaginator:
    return client.get_paginator("list_asset_contracts"))

Literals#

Type annotations for literals used in methods and schema.

# ConfirmationStatusType usage example

from types_aiobotocore_managedblockchain_query.literals import ConfirmationStatusType

def get_value() -> ConfirmationStatusType:
    return "FINAL"

Type definitions#

Type annotations for type definitions used in methods and schema.