You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/core/mocks/generated/trezorcrypto/slip39.pyi

11 lines
225 B

from typing import *
def word_index(word: str) -> int:
"""
Finds index of given word.
Raises ValueError if not found.
"""
def get_word(index: int) -> str:
"""
Returns word on position 'index'.
"""