prepareTxsForSigningImpl method
Future<TxSigningBundle>
prepareTxsForSigningImpl(
- String walletBech32Address,
- String drepCredential,
- String constitutionalCommitteeColdCredential,
- String constitutionalCommitteeHotCredential,
- NetworkId networkId,
- List<
CardanoTransaction> txs, - List<
Utxo> utxos,
override
Implementation
@override
Future<TxSigningBundle> prepareTxsForSigningImpl(
String walletBech32Address,
String drepCredential,
String constitutionalCommitteeColdCredential,
String constitutionalCommitteeHotCredential,
NetworkId networkId,
List<CardanoTransaction> txs,
List<Utxo> utxos,
) => execute(
(w) => w.prepareTxsForSigningImpl(
walletBech32Address,
drepCredential,
constitutionalCommitteeColdCredential,
constitutionalCommitteeHotCredential,
networkId,
txs,
utxos,
),
);