NET API
HSM Dinamo
Loading...
Looking for...
No entries found
Data Fields
Structure Reference DinamoApi.DN_BCHAIN_BIP39_SEED_XPRV_DATA

Data Fields

byte bView
 
string szSeed
 
string szPwd
 

Detailed description

Information structure for generating an XPrv key in BIP39 format.

Fields

bView

byte bView

Version of the key to be generated. See the table of options in the annotations section of the DBchainCreateXPrv() function.

szSeed

string szSeed

String containing the seed used to generate the key. In BIP39 UTF-8 NFKD format. Maximum size of DinamoApi.DN_BCHAIN_BIP39_SEED_LEN_MAX + 1 null terminator.

szPwd

string szPwd

String containing the password used to generate the key. In BIP39 UTF-8 NFKD format. Maximum size of DinamoApi.DN_BCHAIN_BIP39_PWD_LEN_MAX + 1 null terminator. You can pass an empty string to avoid using a password.