Struct pallet_nftdao::DAOInfo[][src]

pub struct DAOInfo<AccountId, BlockNumber, Balance> {
    pub account_id: AccountId,
    pub escrow_id: AccountId,
    pub period_duration: u128,
    pub voting_period: u128,
    pub grace_period: u128,
    pub metadata: Vec<u8>,
    pub total_shares: u128,
    pub summoning_time: BlockNumber,
    pub dilution_bound: u128,
    pub proposal_deposit: Balance,
    pub processing_reward: Balance,
}

DAO’s details

Fields

account_id: AccountIdescrow_id: AccountIdperiod_duration: u128voting_period: u128grace_period: u128metadata: Vec<u8>total_shares: u128summoning_time: BlockNumberdilution_bound: u128proposal_deposit: Balanceprocessing_reward: Balance

Trait Implementations

impl<AccountId: Clone, BlockNumber: Clone, Balance: Clone> Clone for DAOInfo<AccountId, BlockNumber, Balance>[src]

impl<AccountId, BlockNumber, Balance> Decode for DAOInfo<AccountId, BlockNumber, Balance> where
    AccountId: Decode,
    AccountId: Decode,
    AccountId: Decode,
    AccountId: Decode,
    BlockNumber: Decode,
    BlockNumber: Decode,
    Balance: Decode,
    Balance: Decode,
    Balance: Decode,
    Balance: Decode
[src]

impl<AccountId: Default, BlockNumber: Default, Balance: Default> Default for DAOInfo<AccountId, BlockNumber, Balance>[src]

impl<AccountId, BlockNumber, Balance> Encode for DAOInfo<AccountId, BlockNumber, Balance> where
    AccountId: Encode,
    AccountId: Encode,
    AccountId: Encode,
    AccountId: Encode,
    BlockNumber: Encode,
    BlockNumber: Encode,
    Balance: Encode,
    Balance: Encode,
    Balance: Encode,
    Balance: Encode
[src]

impl<AccountId, BlockNumber, Balance> EncodeLike<DAOInfo<AccountId, BlockNumber, Balance>> for DAOInfo<AccountId, BlockNumber, Balance> where
    AccountId: Encode,
    AccountId: Encode,
    AccountId: Encode,
    AccountId: Encode,
    BlockNumber: Encode,
    BlockNumber: Encode,
    Balance: Encode,
    Balance: Encode,
    Balance: Encode,
    Balance: Encode
[src]

impl<AccountId: PartialEq, BlockNumber: PartialEq, Balance: PartialEq> PartialEq<DAOInfo<AccountId, BlockNumber, Balance>> for DAOInfo<AccountId, BlockNumber, Balance>[src]

impl<T: Config> StorageMap<<T as Config>::AccountId, DAOInfo<<T as Config>::AccountId, <T as Config>::BlockNumber, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>> for DAOs<T>[src]

type Query = DAOInfo<T::AccountId, T::BlockNumber, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>

The type that get/take returns.

type Hasher = Blake2_128Concat

Hasher. Used for generating final key.

impl<T: Config> StoragePrefixedMap<DAOInfo<<T as Config>::AccountId, <T as Config>::BlockNumber, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>> for DAOs<T>[src]

impl<AccountId, BlockNumber, Balance> StructuralPartialEq for DAOInfo<AccountId, BlockNumber, Balance>[src]

Auto Trait Implementations

impl<AccountId, BlockNumber, Balance> RefUnwindSafe for DAOInfo<AccountId, BlockNumber, Balance> where
    AccountId: RefUnwindSafe,
    Balance: RefUnwindSafe,
    BlockNumber: RefUnwindSafe

impl<AccountId, BlockNumber, Balance> Send for DAOInfo<AccountId, BlockNumber, Balance> where
    AccountId: Send,
    Balance: Send,
    BlockNumber: Send

impl<AccountId, BlockNumber, Balance> Sync for DAOInfo<AccountId, BlockNumber, Balance> where
    AccountId: Sync,
    Balance: Sync,
    BlockNumber: Sync

impl<AccountId, BlockNumber, Balance> Unpin for DAOInfo<AccountId, BlockNumber, Balance> where
    AccountId: Unpin,
    Balance: Unpin,
    BlockNumber: Unpin

impl<AccountId, BlockNumber, Balance> UnwindSafe for DAOInfo<AccountId, BlockNumber, Balance> where
    AccountId: UnwindSafe,
    Balance: UnwindSafe,
    BlockNumber: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> CheckedConversion for T[src]

impl<S> Codec for S where
    S: Decode + Encode
[src]

impl<T> DecodeAll for T where
    T: Decode
[src]

impl<T> DecodeLimit for T where
    T: Decode
[src]

impl<T> DynClone for T where
    T: Clone
[src]

impl<'_, '_, T> EncodeLike<&'_ &'_ T> for T where
    T: Encode
[src]

impl<'_, T> EncodeLike<&'_ T> for T where
    T: Encode
[src]

impl<'_, T> EncodeLike<&'_ mut T> for T where
    T: Encode
[src]

impl<T> EncodeLike<Arc<T>> for T where
    T: Encode
[src]

impl<T> EncodeLike<Box<T, Global>> for T where
    T: Encode
[src]

impl<'a, T> EncodeLike<Cow<'a, T>> for T where
    T: ToOwned + Encode
[src]

impl<T> EncodeLike<Rc<T>> for T where
    T: Encode
[src]

impl<T> From<T> for T[src]

impl<S> FullCodec for S where
    S: Decode + FullEncode
[src]

impl<S> FullEncode for S where
    S: Encode + EncodeLike<S>, 
[src]

impl<T> Hashable for T where
    T: Codec
[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IsType<T> for T[src]

impl<T, Outer> IsWrappedBy<Outer> for T where
    T: From<Outer>,
    Outer: AsRef<T> + AsMut<T> + From<T>, 
[src]

pub fn from_ref(outer: &Outer) -> &T[src]

Get a reference to the inner from the outer.

pub fn from_mut(outer: &mut Outer) -> &mut T[src]

Get a mutable reference to the inner from the outer.

impl<T> KeyedVec for T where
    T: Codec
[src]

impl<T> MaybeRefUnwindSafe for T where
    T: RefUnwindSafe
[src]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self

impl<T> SaturatedConversion for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<S, T> UncheckedInto<T> for S where
    T: UncheckedFrom<S>, 
[src]

impl<T, S> UniqueSaturatedInto<T> for S where
    T: Bounded,
    S: TryInto<T>, 
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]