scwBatch property

  1. @TagNumber(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(7)
set scwBatch (Transaction_SCWalletBatch v)

Implementation

@$pb.TagNumber(7)
set scwBatch(Transaction_SCWalletBatch v) {
  setField(7, v);
}