Documentation
¶
Index ¶
- func AccAddressDataPrototype() data.AccAddressData
- func BooleanDataPrototype() data.BooleanData
- func DecDataPrototype() data.DecData
- func HeightDataPrototype() data.HeightData
- func IDDataPrototype() data.IDData
- func ListDataPrototype() data.ListData
- func NewAccAddressData(value sdkTypes.AccAddress) data.AccAddressData
- func NewBooleanData(value bool) data.BooleanData
- func NewDecData(value sdkTypes.Dec) data.DecData
- func NewHeightData(value types.Height) data.HeightData
- func NewIDData(value ids.ID) data.IDData
- func NewListData(value lists.DataList) data.ListData
- func NewStringData(value string) data.StringData
- func RegisterCodec(codec *codec.Codec)
- func StringDataPrototype() data.StringData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccAddressDataPrototype ¶ added in v0.3.0
func AccAddressDataPrototype() data.AccAddressData
func BooleanDataPrototype ¶ added in v0.3.0
func BooleanDataPrototype() data.BooleanData
func DecDataPrototype ¶ added in v0.3.0
func HeightDataPrototype ¶ added in v0.3.0
func HeightDataPrototype() data.HeightData
func IDDataPrototype ¶ added in v0.3.0
func ListDataPrototype ¶ added in v0.3.0
func NewAccAddressData ¶
func NewAccAddressData(value sdkTypes.AccAddress) data.AccAddressData
func NewBooleanData ¶
func NewBooleanData(value bool) data.BooleanData
func NewHeightData ¶
func NewHeightData(value types.Height) data.HeightData
func NewListData ¶
NewListData * onus of ensuring all Data are of the same type is on DataList
func NewStringData ¶
func NewStringData(value string) data.StringData
func RegisterCodec ¶
func StringDataPrototype ¶ added in v0.3.0
func StringDataPrototype() data.StringData
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.