createAddress

From Talleo Wiki
Revision as of 19:39, 22 March 2020 by Mika (talk | contribs) (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | spendSecretKey || no || Secret spend key to use || string |- | spendPublicKey || no || P...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Input

Argument Mandatory Description Format
spendSecretKey no Secret spend key to use string
spendPublicKey no Public spend key to use string

Output

Argument Description Format
address Address for created wallet string

Notes

  • Either spendSecretKey or spendPublicKey, or neither, should be specified
  • New keys will be generated if neither parameter is specified