prepareTxsForSigningImpl method

  1. @override
Future<TxSigningBundle> prepareTxsForSigningImpl(
  1. String walletBech32Address,
  2. String drepCredential,
  3. String constitutionalCommitteeColdCredential,
  4. String constitutionalCommitteeHotCredential,
  5. NetworkId networkId,
  6. List<CardanoTransaction> txs,
  7. 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 {}
}