TezosMessageSigner

Tezos message signing, verification and utilities.

Functions

Link copied to clipboard
open fun formatMessage(message: String, url: String): String
Implement format input as described in https://tezostaquito.
Link copied to clipboard
open fun inputToPayload(message: String): String
Implement input to payload as described in: https://tezostaquito.
Link copied to clipboard
open fun signMessage(privateKey: PrivateKey, message: String): String
Sign a message as described in https://tezostaquito.
Link copied to clipboard
open fun verifyMessage(pubKey: PublicKey, message: String, signature: String): Boolean
Verify signature for a message as described in https://tezostaquito.