transaction property
Transaction to be executed on the smart contract wallet.
TODO currently, smart contract wallet address is specified in SigningInput.toAddress
, but it will be refactored soon.
Implementation
@$pb.TagNumber(1)
Transaction get transaction => $_getN(0);
Implementation
@$pb.TagNumber(1)
set transaction(Transaction v) {
setField(1, v);
}