You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ARCs/arc-0056.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -178,8 +178,9 @@ interface Method {
178
178
* - global: The data key signifies the global state key to read the value from
179
179
* - local: The data key signifies the local state key to read the value from (for the sender)
180
180
* - literal: the value is a literal and should be passed directly as the argument
181
+
* - method: The utf8 signature of the method in this contract to call to get the default value. If the method has arguments, they all must have default values. The method **MUST** be readonly so simulate can be used to get the default value.
181
182
*/
182
-
source:"box"|"global"|"local"|"literal";
183
+
source:"box"|"global"|"local"|"literal"|"method";
183
184
};
184
185
}>;
185
186
/** Information about the method's return value */
0 commit comments