Registering
Fee and Registration Period
Length of Registration
Registration Variables
pub struct RegistrationSubnetData<AccountId> {
pub name: Vec<u8>,
pub repo: Vec<u8>,
pub description: Vec<u8>,
pub misc: Vec<u8>,
pub min_stake: u128,
pub max_stake: u128,
pub delegate_stake_percentage: u128,
pub initial_coldkeys: BTreeMap<AccountId, u32>,
pub bootnodes: BTreeMap<PeerId, BoundedVec<u8, DefaultMaxVectorLength>>,
}Name
Repo
Description
Misc
Min Stake
Max Stake
Delegate Stake Percentage
Initial coldkeys
Bootnodes
Extrinsic
Last updated