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 key_types: BTreeSet<KeyType>,
pub bootnodes: BTreeSet<BoundedVec<u8, DefaultMaxVectorLength>>,
}Name
Repo
Description
Misc
Min Stake
Max Stake
Delegate Stake Percentage
Initial coldkeys
Key Types
Four key types are supported:
Note
Extrinsic
Last updated