accessList property

  1. @TagNumber.new(12)
List<Access> get accessList

Optional list of addresses and storage keys that the transaction plans to access. Used in TransactionMode::Enveloped only.

Implementation

@$pb.TagNumber(12)
$core.List<Access> get accessList => $_getList(11);