menu
substrate_metadata package
documentation
metadata/metadata.dart
CustomMetadataEntry
CustomMetadataEntry.new constructor
CustomMetadataEntry.new constructor
dark_mode
light_mode
CustomMetadataEntry
constructor
CustomMetadataEntry
(
{
required
TypeId
type
,
required
List
<
int
>
value
,
})
Implementation
CustomMetadataEntry({ required this.type, required this.value, });
substrate_metadata package
documentation
metadata/metadata
CustomMetadataEntry
CustomMetadataEntry.new constructor
CustomMetadataEntry class