object
(Mnemonic phrase)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
type | string |
Optional | cannot be null | Distributor node configuration |
mnemonic | string |
Required | cannot be null | Distributor node configuration |
type
is optional
Type: string
cannot be null
defined in: Distributor node configuration
string
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"ed25519" |
|
"sr25519" |
|
"ecdsa" |
The default value is:
"sr25519"
mnemonic
is required
Type: string
cannot be null
defined in: Distributor node configuration
string