-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync updates from internal repository (#10)
- Loading branch information
Showing
14 changed files
with
785 additions
and
466 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,14 @@ | ||
const examples = [ | ||
// { | ||
// "name": "Delegation Lifecycle", | ||
// "path": "delegations", | ||
// "description": "Create, sign, and redeem delegations." | ||
// }, | ||
const examples = Object.freeze([ | ||
{ | ||
"name": "Custom Signers", | ||
"path": "signers", | ||
"description": "See the various signer options in action." | ||
}, | ||
{ | ||
"name": "Enable and Disable Delegations", | ||
"path": "toggle-delegation", | ||
"description": "Toggle the ability to redeem a delegation." | ||
}, | ||
// { | ||
// "name": "Storage API", | ||
// "path": "storage", | ||
// "description": "Use the Delegation Storage client to store and retrieve delegations." | ||
// }, | ||
// { | ||
// "name": "Revoke Delegations", | ||
// "path": "revoke", | ||
// "description": "See how to revoke existing delegations." | ||
// }, | ||
] | ||
]); | ||
|
||
export default examples; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.