Skip to content
Open

typo #144

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/stellar-contracts/accounts/smart-account.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This separation is made practical by externalizing parts of the logic and state
The framework is built on three core components:

- **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)
- **Signers**: Identifie the authorized entities (e.g. cryptographic keys, G-accounts, or other C-accounts)
- **Signers**: Identifies the authorized entities (e.g. cryptographic keys, G-accounts, or other C-accounts)
- **Policies**: Enforce business logic and constraints (e.g. amount < 500, every month, or 2-of-3 threshold)

```mermaid
Expand Down
Loading