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.$6(bundle), deriveMaxAddressCount]);
} finally {}
try {
final $dsr = _$Deser(contextAware: true);
return $dsr.$16($res);
} finally {}
}