generated from metaplex-foundation/solana-project-template
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
51c620b
commit 36418c4
Showing
3 changed files
with
35 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
use super::Plugin; | ||
|
||
//TODO: Implement this function | ||
pub fn create_idempotent() { | ||
// Create plugin header and registry if it doesn't exist | ||
} | ||
|
||
//TODO: Implement this function | ||
pub fn fetch_plugin(plugin: u8) -> Plugin { | ||
// Create plugin header and registry if it doesn't exist | ||
} | ||
|
||
//TODO: Implement this function | ||
pub fn list_plugins() -> Vec<u8> { | ||
// Create plugin header and registry if it doesn't exist | ||
} |