Skip to content

ManagedBlockchain module#

Index > ManagedBlockchain

Auto-generated documentation for ManagedBlockchain type annotations stubs module mypy-boto3-managedblockchain.

How to install#

VSCode extension#

Add AWS Boto3 extension to your VSCode and run AWS boto3: Quick Start command.

Click Modify and select boto3 common and ManagedBlockchain.

From PyPI with pip#

Install boto3-stubs for ManagedBlockchain service.

# install with boto3 type annotations
python -m pip install 'boto3-stubs[managedblockchain]'


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


# standalone installation
python -m pip install mypy-boto3-managedblockchain

How to uninstall#

python -m pip uninstall -y mypy-boto3-managedblockchain

Usage#

Code samples can be found in Examples.

ManagedBlockchainClient#

Type annotations and code completion for boto3.client("managedblockchain") as ManagedBlockchainClient boto3 documentation

# ManagedBlockchainClient usage example

from boto3.session import Session

from mypy_boto3_managedblockchain.client import ManagedBlockchainClient

def get_client() -> ManagedBlockchainClient:
    return Session().client("managedblockchain")

Paginators#

Type annotations and code completion for paginators from boto3.client("managedblockchain").get_paginator("...").

# ListAccessorsPaginator usage example

from boto3.session import Session

from mypy_boto3_managedblockchain.paginator import ListAccessorsPaginator

def get_list_accessors_paginator() -> ListAccessorsPaginator:
    return Session().client("managedblockchain").get_paginator("list_accessors"))

Literals#

Type annotations for literals used in methods and schema.

# AccessorNetworkTypeType usage example

from mypy_boto3_managedblockchain.literals import AccessorNetworkTypeType

def get_value() -> AccessorNetworkTypeType:
    return "ETHEREUM_GOERLI"

Type definitions#

Type annotations for type definitions used in methods and schema.