Exemple #1
0
def button_sequence_to_word(prefix: str) -> str:
    if not prefix:
        return ""
    return slip39.button_sequence_to_word(int(prefix))
def button_sequence_to_word(prefix: str) -> str:
    if not prefix:
        return KEYBOARD_FULL_MASK
    return slip39.button_sequence_to_word(int(prefix))