예제 #1
0
def get_slip39_iteration_exponent() -> Optional[int]:
    """
    The device's actual SLIP-39 iteration exponent used in passphrase derivation.
    """
    return common._get_uint8(_NAMESPACE, _SLIP39_ITERATION_EXPONENT)
예제 #2
0
def get_mnemonic_type() -> Optional[int]:
    return common._get_uint8(_NAMESPACE, _MNEMONIC_TYPE)
예제 #3
0
def get_iteration_exponent() -> Optional[int]:
    return common._get_uint8(_NAMESPACE, _SLIP39_ITERATION_EXPONENT)
예제 #4
0
def get_words_count() -> Optional[int]:
    return common._get_uint8(_NAMESPACE, _SLIP39_WORDS_COUNT)
예제 #5
0
def get_remaining() -> Optional[int]:
    return common._get_uint8(_NAMESPACE, _SLIP39_REMAINING)
예제 #6
0
def get_threshold() -> Optional[int]:
    return common._get_uint8(_NAMESPACE, _SLIP39_THRESHOLD)
예제 #7
0
def get_word_count() -> Optional[int]:
    return common._get_uint8(_NAMESPACE, _WORD_COUNT)