map
inline fun <T : CryptoSignature.RawByteEncodable, S : CryptoSignature.RawByteEncodable> SignatureResult<T>.map(block: (T) -> S): SignatureResult<S>(source)
Modifies the contained CryptoSignature, usually in order to reinterpret it as a more narrow type.