cst_encode_bip_39_entropy method
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);
}
@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);
}