executions property

  1. @TagNumber.new(1)
List<ExecuteWithPasskeySessionInput_Execution> get executions

Batched executions to be executed on the smart contract wallet.

Implementation

@$pb.TagNumber(1)
$core.List<ExecuteWithPasskeySessionInput_Execution> get executions =>
    $_getList(0);