cst_encode_bip_39_entropy method

  1. @protected
int cst_encode_bip_39_entropy(
  1. Bip39Entropy raw
)

Implementation

@protected
int cst_encode_bip_39_entropy(Bip39Entropy raw) {
  // Codec=Cst (C-struct based), see doc to use other codecs
  return cst_encode_i_32(raw.index);
}