Documentation
¶
Index ¶
- Constants
- Variables
- func DOIDHash(doid string) types.Hash
- func GetOwnerDOIDNames(tree *iavl.ImmutableTree, owner types.Address) ([][]byte, error)
- func OwnerHash(owner types.Address) types.Hash
- func OwnerStatePrefix() []byte
- func UpdateOwnerDOIDNames(tree *iavl.MutableTree, owner types.Address, name string, add bool) error
- func ValidateDoidName(s string, valid int) error
- func ValidateDoidNameSignatrue(doidName string, singer types.Address, signature []byte) bool
Constants ¶
View Source
const (
ClassCNameLength int = 6
)
Variables ¶
View Source
var (
ErrReserved = errors.New("reserved")
)
Functions ¶
func GetOwnerDOIDNames ¶ added in v0.2.0
func OwnerStatePrefix ¶ added in v0.2.0
func OwnerStatePrefix() []byte
func UpdateOwnerDOIDNames ¶ added in v0.2.0
func ValidateDoidName ¶ added in v0.2.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.