anyPreImageHashes method
Obtain pre-signing hashes of a transaction.
\param coin coin type.
\return serialized data of a proto object PreSigningOutput includes hash.
Implementation
Uint8List anyPreImageHashes(TWCoinType coin) {
return TWTransactionCompiler.preImageHashes(coin, writeToBuffer());
}