anyPreImageHashes method

Uint8List anyPreImageHashes(
  1. TWCoinType coin
)

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());
}