scwBatch property

  1. @TagNumber.new(7)
Transaction_SCWalletBatch get scwBatch

Batch transaction to a Smart Contract Wallet (ERC-4337 and ERC-7702).

Implementation

@$pb.TagNumber(7)
Transaction_SCWalletBatch get scwBatch => $_getN(6);
  1. @TagNumber.new(7)
set scwBatch (Transaction_SCWalletBatch value)

Implementation

@$pb.TagNumber(7)
set scwBatch(Transaction_SCWalletBatch value) => $_setField(7, value);