package octez-shell-libs
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Octez shell libraries
Install
dune-project
Dependency
Authors
Maintainers
Sources
tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65
doc/octez-shell-libs.client-base/Tezos_client_base/Bip39/index.html
Module Tezos_client_base.Bip39Source
Abstract type of a mnemonic
find_index word is Some i where is is the index of word in the BIP39 word list, or None if no such word is in the list.
of_indices idxs is Some mnemonic if indices are all in range 0-2047 or None otherwise.
of_words words is Some mnemonic if words is a list containing a valids number of valid english words.
to_words mnemonic is the list of words corresponding to mnemonic.
of_entropy bytes is the mnemonic derived from bytes.
Source
val to_seed :
?passphrase:Tezos_base.TzPervasives.Bytes.t ->
t ->
Tezos_base.TzPervasives.Bytes.tto_seed ?passphrase mnemonic is 64 bytes derived from a BIP39 mnemonic mnemonic, using the optional passphrase passphrase if provided.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>