executions property

  1. @TagNumber.new(1)
PbList<Execution> get executions

Batched executions to be executed on the smart contract wallet.

Implementation

@$pb.TagNumber(1)
$pb.PbList<Execution> get executions => $_getList(0);