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