Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterCodec ¶
Types ¶
type Immutables ¶
type Immutables interface {
// GetImmutablePropertyList return the immutable properties object
// does not return nil
GetImmutablePropertyList() lists.PropertyList
GenerateHashID() ids.HashID
}
type Mutables ¶
type Mutables interface {
// GetMutablePropertyList return the mutable properties object
// does not return nil
GetMutablePropertyList() lists.PropertyList
Mutate(propertyList ...properties.Property) Mutables
}
Click to show internal directories.
Click to hide internal directories.