signTransactionsBundle method
Future<TxSignedBundle>
signTransactionsBundle(
- CardanoWallet wallet,
- TxSigningBundle bundle,
- int deriveMaxAddressCount
inherited
Implementation
@override
Future<TxSignedBundle> signTransactionsBundle(
CardanoWallet wallet,
TxSigningBundle bundle,
int deriveMaxAddressCount,
) async {
final dynamic $res;
try {
final $sr = _$Ser(contextAware: true);
$res = await send(
_$signTransactionsBundleId,
args: [$sr.$1(wallet), $sr.$7(bundle), deriveMaxAddressCount],
);
} finally {}
try {
final $dsr = _$Deser(contextAware: true);
return $dsr.$17($res);
} finally {}
}