scwExecute property

  1. @TagNumber(8)
Transaction_SCWalletExecute get scwExecute

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

Implementation

@$pb.TagNumber(8)
Transaction_SCWalletExecute get scwExecute => $_getN(7);
  1. @TagNumber(8)
set scwExecute (Transaction_SCWalletExecute v)

Implementation

@$pb.TagNumber(8)
set scwExecute(Transaction_SCWalletExecute v) {
  setField(8, v);
}