app-toolbox.json 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "The input data to hash. This can be either specified as a hex value (0x-prefix) or as a string.": "The input data to hash. This can be either specified as a hex value (0x-prefix) or as a string.",
  3. "from the following data": "from the following data",
  4. "Detection on the input string to determine if it is hex or non-hex.": "Detection on the input string to determine if it is hex or non-hex.",
  5. "hex input data": "hex input data",
  6. "Yes": "Yes",
  7. "No": "No",
  8. "The blake2b 256-bit hash of the actual input data.": "The blake2b 256-bit hash of the actual input data.",
  9. "the resulting hash is": "the resulting hash is",
  10. "RPC calls": "RPC calls",
  11. "Hash data": "Hash data",
  12. "Sign message": "Sign message",
  13. "Verify signature": "Verify signature",
  14. "sign data from account": "sign data from account",
  15. "with an index of": "with an index of",
  16. "The actual JSONRPC module and function to make a call to.": "The actual JSONRPC module and function to make a call to.",
  17. "call the selected endpoint": "call the selected endpoint",
  18. "Submit RPC call": "Submit RPC call",
  19. "select the account you wish to sign data with": "select the account you wish to sign data with",
  20. "account": "account",
  21. "The input data to sign. This can be either specified as a hex value (0x-prefix) or as a string.": "The input data to sign. This can be either specified as a hex value (0x-prefix) or as a string.",
  22. "sign the following data": "sign the following data",
  23. "The resulting signature of the input data, as done with the crypto algorithm from the account. (This could be non-deterministic for some types such as sr25519).": "The resulting signature of the input data, as done with the crypto algorithm from the account. (This could be non-deterministic for some types such as sr25519).",
  24. "signature of supplied data": "signature of supplied data",
  25. "You need to unlock this account to be able to sign data.": "You need to unlock this account to be able to sign data.",
  26. "Unlock account": "Unlock account",
  27. "Cancel": "Cancel",
  28. "Unlock": "Unlock",
  29. "You are about to unlock your account to allow for the signing of messages. Once active the signature will be generated based on the content provided.": "You are about to unlock your account to allow for the signing of messages. Once active the signature will be generated based on the content provided.",
  30. "The account's password specified at the creation of this account.": "The account's password specified at the creation of this account.",
  31. "password": "password",
  32. "Crypto not detected": "Crypto not detected",
  33. "The account that signed the input": "The account that signed the input",
  34. "verify using address": "verify using address",
  35. "The data that was signed. This is used in combination with the signature for the verification. It can either be hex or a string.": "The data that was signed. This is used in combination with the signature for the verification. It can either be hex or a string.",
  36. "using the following data": "using the following data",
  37. "The signature as by the account being checked, supplied as a hex-formatted string.": "The signature as by the account being checked, supplied as a hex-formatted string.",
  38. "the supplied signature": "the supplied signature",
  39. "Cryptography used to create this signature. It is auto-detected on valid signatures.": "Cryptography used to create this signature. It is auto-detected on valid signatures.",
  40. "signature crypto type": "signature crypto type"
  41. }