prepareTxsForSigningImpl method
Future<TxSigningBundle>
prepareTxsForSigningImpl(
- String walletBech32Address,
- String drepCredential,
- String constitutionalCommitteeColdCredential,
- String constitutionalCommitteeHotCredential,
- NetworkId networkId,
- List<
CardanoTransaction> txs, - List<
Utxo> utxos,
inherited
Implementation
@override
Future<TxSigningBundle> prepareTxsForSigningImpl(
String walletBech32Address,
String drepCredential,
String constitutionalCommitteeColdCredential,
String constitutionalCommitteeHotCredential,
NetworkId networkId,
List<CardanoTransaction> txs,
List<Utxo> utxos,
) async {
final dynamic $res;
try {
final $sr = _$Ser(contextAware: true);
$res = await send(
_$prepareTxsForSigningImplId,
args: [
walletBech32Address,
drepCredential,
constitutionalCommitteeColdCredential,
constitutionalCommitteeHotCredential,
$sr.$11(networkId),
$sr.$13(txs),
$sr.$14(utxos),
],
);
} finally {}
try {
final $dsr = _$Deser(contextAware: true);
return $dsr.$11($res);
} finally {}
}