scwBatch property
Batch transaction to a Smart Contract Wallet (ERC-4337 and ERC-7702).
Implementation
@$pb.TagNumber(7)
Transaction_SCWalletBatch get scwBatch => $_getN(6);
Implementation
@$pb.TagNumber(7)
set scwBatch(Transaction_SCWalletBatch v) {
setField(7, v);
}