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: content/stellar-contracts/accounts/smart-account.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This separation is made practical by externalizing parts of the logic and state
19
19
The framework is built on three core components:
20
20
21
21
-**Context Rules**: Define the scope (e.g. call `transfer()` on some token, call any function of a specific contract, deploy contracts, or just any call to any contract)
22
-
-**Signers**: Identifie the authorized entities (e.g. cryptographic keys, G-accounts, or other C-accounts)
22
+
-**Signers**: Identifies the authorized entities (e.g. cryptographic keys, G-accounts, or other C-accounts)
23
23
-**Policies**: Enforce business logic and constraints (e.g. amount < 500, every month, or 2-of-3 threshold)
0 commit comments