Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterLegacyAminoCodec ¶
func RegisterLegacyAminoCodec(legacyAmino *codec.LegacyAmino)
Types ¶
type Immutables ¶
type Immutables interface {
// GetImmutablePropertyList return the immutable properties object
// does not return nil
GetImmutablePropertyList() lists.PropertyList
GetProperty(id ids.PropertyID) properties.AnyProperty
GenerateHashID() ids.ID
ValidateBasic() error
}
type Mutables ¶
type Mutables interface {
// GetMutablePropertyList return the mutable properties object
// does not return nil
GetMutablePropertyList() lists.PropertyList
GetProperty(ids.PropertyID) properties.AnyProperty
Mutate(...properties.Property) Mutables
ValidateBasic() error
}
Click to show internal directories.
Click to hide internal directories.