accessList property
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);
Optional list of addresses and storage keys that the transaction plans to access.
Used in TransactionMode::Enveloped only.
@$pb.TagNumber(12)
$pb.PbList<Access> get accessList => $_getList(11);