Utils

POST /utils/hash/secure

Produce a secure hash of a specified message.

Request:

ltonetwork!

Response JSON example:

{
  "message": "ltonetwork!",
  "hash": "CU8QRLgxAbwsL616cZBRouXHfUf9dJVfiUZza5egGTs2"
}

POST /utils/hash/fast

Fast hash of specified message.

Request:

ltonetwork!

Response JSON example:

{
  "message": "ltonetwork!",
  "hash": "2w3ezYt5p3KfEZ8K2dX9SiQzSuxTUy5AV4VW7AoPWHCF"
}

GET /utils/seed/{length}

Generate a random seed of specified length.

Response JSON example:

{
  "seed": "3XcHLU6bYRax1c"
}

GET /utils/seed

Generate a random seed.

Response JSON example:

{
  "seed": "2uwLAe7Rp7TuNiBTKsmTEJ5wxGqkBHjcyPq2tMXiWye7"
}

Last updated