preImageHashes method

PreSigningOutput preImageHashes([
  1. TWCoinType coin = TWCoinType.FIO
])

Obtain pre-signing hashes of a transaction. \param coin coin type \return TransactionCompiler PreSigningOutput proto object.

Implementation

$transaction_compiler.PreSigningOutput preImageHashes([
  TWCoinType coin = TWCoinType.FIO,
]) {
  return anyPreImageHashesToOutput(
    coin,
    $transaction_compiler.PreSigningOutput(),
  );
}