Identity
Register Identity
pub fn register_identity(
origin: OriginFor<T>,
hotkey: T::AccountId,
name: BoundedVec<u8, DefaultMaxUrlLength>,
url: BoundedVec<u8, DefaultMaxUrlLength>,
image: BoundedVec<u8, DefaultMaxUrlLength>,
discord: BoundedVec<u8, DefaultMaxSocialIdLength>,
x: BoundedVec<u8, DefaultMaxSocialIdLength>,
telegram: BoundedVec<u8, DefaultMaxSocialIdLength>,
github: BoundedVec<u8, DefaultMaxUrlLength>,
hugging_face: BoundedVec<u8, DefaultMaxUrlLength>,
description: BoundedVec<u8, DefaultMaxVectorLength>,
misc: BoundedVec<u8, DefaultMaxVectorLength>,
)Remove Identity
Last updated