Commit bf4039b1 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: devdoc

parent 8e477377
...@@ -166,6 +166,8 @@ abstract contract ResourceMetering is Initializable { ...@@ -166,6 +166,8 @@ abstract contract ResourceMetering is Initializable {
/** /**
* @notice Virtual function that returns the resource config. Contracts that inherit this * @notice Virtual function that returns the resource config. Contracts that inherit this
* contract must implement this function. * contract must implement this function.
*
* @return ResourceConfig
*/ */
function _resourceConfig() internal virtual returns (ResourceConfig memory); function _resourceConfig() internal virtual returns (ResourceConfig memory);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment