mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-21 01:41:03 +00:00
@@ -151,8 +151,7 @@ pub enum BountyStatus<AccountId, BlockNumber> {
|
|||||||
Approved,
|
Approved,
|
||||||
/// The bounty is funded and waiting for curator assignment.
|
/// The bounty is funded and waiting for curator assignment.
|
||||||
Funded,
|
Funded,
|
||||||
/// A curator has been proposed by the `ApproveOrigin`. Waiting for acceptance from the
|
/// A curator has been proposed. Waiting for acceptance from the curator.
|
||||||
/// curator.
|
|
||||||
CuratorProposed {
|
CuratorProposed {
|
||||||
/// The assigned curator of this bounty.
|
/// The assigned curator of this bounty.
|
||||||
curator: AccountId,
|
curator: AccountId,
|
||||||
@@ -348,7 +347,7 @@ pub mod pallet {
|
|||||||
/// Approve a bounty proposal. At a later time, the bounty will be funded and become active
|
/// Approve a bounty proposal. At a later time, the bounty will be funded and become active
|
||||||
/// and the original deposit will be returned.
|
/// and the original deposit will be returned.
|
||||||
///
|
///
|
||||||
/// May only be called from `T::ApproveOrigin`.
|
/// May only be called from `T::SpendOrigin`.
|
||||||
///
|
///
|
||||||
/// # <weight>
|
/// # <weight>
|
||||||
/// - O(1).
|
/// - O(1).
|
||||||
@@ -380,7 +379,7 @@ pub mod pallet {
|
|||||||
|
|
||||||
/// Assign a curator to a funded bounty.
|
/// Assign a curator to a funded bounty.
|
||||||
///
|
///
|
||||||
/// May only be called from `T::ApproveOrigin`.
|
/// May only be called from `T::SpendOrigin`.
|
||||||
///
|
///
|
||||||
/// # <weight>
|
/// # <weight>
|
||||||
/// - O(1).
|
/// - O(1).
|
||||||
|
|||||||
Reference in New Issue
Block a user