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
'Provides information for how much royalty is owed and to whom, based on a sale price. Follows ERC-2981 standard.',
28
28
};
29
29
30
+
exportconstcairoMacrosDescriptions={
31
+
macros: 'The macros to use for the contract.',
32
+
withComponents: 'Whether to use the "with_components" macro for simplified contract structure.',
33
+
};
34
+
30
35
exportconstcairoAlphaAccessDescriptions={
31
36
accessType:
32
37
'The type of access control to provision. Ownable is a simple mechanism with a single account authorized for all privileged actions. Roles is a flexible mechanism with a separate role for each privileged action. A role can have many authorized accounts. Roles (Default Admin Rules) provides additional enforced security measures on top of standard Roles mechanism for managing the most privileged role: default admin.',
0 commit comments