Type Definition scale_encode::PortableField
source · pub type PortableField = Field<PortableForm>;Expand description
A description of a single field in a tuple or struct type. This is just a shorthand for a scale_info::Field.
pub type PortableField = Field<PortableForm>;A description of a single field in a tuple or struct type. This is just a shorthand for a scale_info::Field.