verify

open fun verify(coin: CoinType, input: Array<Byte>): Boolean

Verifies a signature for a message.

Return

whether the signature is valid.

Parameters

coin

The given coin type to sign the message for.

input

The serialized data of a verifying input (e.g. TW.Ethereum.Proto.MessageVerifyingInput).