accessList property

  1. @TagNumber.new(12)
PbList<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)
$pb.PbList<Access> get accessList => $_getList(11);