Type Alias InputValue

Source
pub type InputValue = Field<AccountId32>;

Aliased Type§

pub enum InputValue {
Show 15 variants Optional(FieldType, Box<Option<Field<AccountId32>>>), Bool(bool), Uint8(u8), Int8(i8), Uint16(u16), Int16(i16), Uint32(u32), Int32(i32), Uint64(u64), Int64(i64), String(BoundedString), Array(FieldType, BoundedVec<Field<AccountId32>>), List(FieldType, BoundedVec<Field<AccountId32>>), Struct(BoundedString, Box<BoundedVec<(BoundedString, Field<AccountId32>)>>), AccountId(AccountId32),
}

Variants§