Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterLegacyAminoCodec ¶
func RegisterLegacyAminoCodec(legacyAmino *codec.LegacyAmino)
Types ¶
type ParameterList ¶
type ParameterList interface { proto.Message Get() []parameters.Parameter }
type PropertyList ¶
type PropertyList interface { // GetProperty returns the property with the given PropertyID // returns nil if not found GetProperty(ids.PropertyID) properties.AnyProperty Get() []properties.AnyProperty GetPropertyIDList() IDList FromMetaPropertiesString(string) (PropertyList, error) // Add will add a new property or update if already present Add(...properties.Property) PropertyList Remove(...properties.Property) PropertyList Mutate(...properties.Property) PropertyList ScrubData() PropertyList ValidateBasic() error }
Click to show internal directories.
Click to hide internal directories.