コンテンツにスキップ

AccountDescriptorRepository

AccountDescriptor ⚓︎

symbolchain.AccountDescriptorRepository.AccountDescriptor

Represents an account.

__init__(descriptor_yaml) ⚓︎

symbolchain.AccountDescriptorRepository.AccountDescriptor.__init__

Creates a descriptor from a yaml container.

AccountDescriptorRepository ⚓︎

symbolchain.AccountDescriptorRepository.AccountDescriptorRepository

Loads read-only account descriptors from YAML.

__init__(yaml_input) ⚓︎

symbolchain.AccountDescriptorRepository.AccountDescriptorRepository.__init__

Loads account descriptors from the specified input.

find_all_by_role(role) ⚓︎

find_by_address(address) ⚓︎

symbolchain.AccountDescriptorRepository.AccountDescriptorRepository.find_by_address

Finds the account descriptor with a matching address.

find_by_public_key(public_key) ⚓︎

symbolchain.AccountDescriptorRepository.AccountDescriptorRepository.find_by_public_key

Finds the account descriptor with a matching public key.

to_type_parsing_rules_map(type_to_property_mapping) ⚓︎

try_find_by_name(name) ⚓︎

symbolchain.AccountDescriptorRepository.AccountDescriptorRepository.try_find_by_name

Finds the account descriptor with a matching name or None if no matching descriptors are found.