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