Closed jolestar closed 2 years ago
Describe the Feature Request
Add install_plugin_proposal and install_plugin_proposal_entry to TreasuryPlugin.
install_plugin_proposal
install_plugin_proposal_entry
public fun install_plugin_proposal<DAOT: store>( sender: &signer, title:vector<u8>, introduction:vector<u8>, extend: vector<u8>, action_delay: u64 ); public(script) fun install_plugin_proposal_entry<DAOT: store>( sender: signer, title:vector<u8>, introduction:vector<u8>, extend: vector<u8>, action_delay: u64 );
Describe Preferred Solution
Describe Alternatives
Related Code
Additional Context
If the feature request is approved, would you be willing to submit a PR? Yes / No (Help can be provided if you need assistance submitting a PR)
Feature Request
Describe the Feature Request
Add
install_plugin_proposal
andinstall_plugin_proposal_entry
to TreasuryPlugin.Describe Preferred Solution
Describe Alternatives
Related Code
Additional Context
If the feature request is approved, would you be willing to submit a PR? Yes / No (Help can be provided if you need assistance submitting a PR)