base

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 15, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const DecType = "D"
View Source
const HeightType = "H"
View Source
const IDType = "I"
View Source
const StringType = "S"

Variables

This section is empty.

Functions

func NewDecData

func NewDecData(value sdkTypes.Dec) types.Data

func NewFact

func NewFact(data types.Data) types.Fact

func NewHeight

func NewHeight(Height int64) types.Height

func NewHeightData

func NewHeightData(value types.Height) types.Data

func NewID

func NewID(idString string) types.ID

func NewIDData

func NewIDData(value types.ID) types.Data

func NewImmutables

func NewImmutables(properties types.Properties) types.Immutables

func NewMetaFact

func NewMetaFact(data types.Data) types.MetaFact

func NewMetaProperties

func NewMetaProperties(metaPropertyList []types.MetaProperty) types.MetaProperties

func NewMetaProperty

func NewMetaProperty(id types.ID, metaFact types.MetaFact) types.MetaProperty

func NewMutables

func NewMutables(properties types.Properties) types.Mutables

func NewParameter

func NewParameter(ID types.ID, data types.Data, validator func(interface{}) error) types.Parameter

func NewProperties

func NewProperties(propertyList ...types.Property) types.Properties

func NewProperty

func NewProperty(id types.ID, fact types.Fact) types.Property

func NewSignature

func NewSignature(id types.ID, signatureBytes []byte, validityHeight types.Height) types.Signature

func NewSignatures

func NewSignatures(signatureList []types.Signature) types.Signatures

func NewStringData

func NewStringData(value string) types.Data

func ReadDecData

func ReadDecData(dataString string) (types.Data, error)

func ReadFact

func ReadFact(MetaFact string) (types.Fact, error)

func ReadHeightData

func ReadHeightData(dataString string) (types.Data, error)

func ReadIDData

func ReadIDData(idData string) (types.Data, error)

func ReadMetaFact

func ReadMetaFact(DataTypeAndString string) (types.MetaFact, error)

func ReadMetaProperties

func ReadMetaProperties(MetaProperties string) (types.MetaProperties, error)

func ReadMetaProperty

func ReadMetaProperty(PropertyIDAndData string) (types.MetaProperty, error)

func ReadProperties

func ReadProperties(Properties string) (types.Properties, error)

func ReadProperty

func ReadProperty(PropertyIDAndData string) (types.Property, error)

func ReadStringData

func ReadStringData(stringData string) (types.Data, error)

func RegisterCodec

func RegisterCodec(codec *codec.Codec)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL