Skip to content

Commit

Permalink
update permission with anyof
Browse files Browse the repository at this point in the history
  • Loading branch information
kzdydx committed Feb 5, 2025
1 parent b8fe922 commit afe3e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api_integration-guides/how_to_permissioned_keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const client = await CompositeClient.connect(Network.mainnet());

**2. Define permissions**

Each authenticator can have one or multiple restrictions that are combined with `ALL_OF`:
Each authenticator can have one or multiple restrictions that are combined with `ALL_OF` or `ANY_OF`:

```typescript
import { toBase64 } from '@cosmjs/encoding';
Expand Down

0 comments on commit afe3e7d

Please sign in to comment.