File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/documentation/rpc/wallet Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ The `spendingKey` will be null in the response if `viewOnly = true` or if export
21
21
Supported [ AccountFormats] ( https://github.com/iron-fish/ironfish/blob/master/ironfish/src/wallet/account/encoder/encoder.ts#L27 )
22
22
- Base64Json: The full account and all keys as a JSON string then encoded in base64.
23
23
- JSON: The full account and all keys as a JSON string
24
- - Mnemonic: The private key in 12 word format in the specified language
24
+ - Mnemonic: The private key encoded as 24 word BIP39 mnemonic phrase in the specified language
25
25
- SpendingKey: The private key as a hex-encoded string.
26
26
27
27
[ Supported Mnemonic Languages] ( https://github.com/iron-fish/ironfish/blob/master/ironfish/src/utils/language.ts#L7 )
You can’t perform that action at this time.
0 commit comments