github.com/algorand/go-algorand-sdk@v1.24.0/client/v2/common/models/hash_factory.go (about)

     1  package models
     2  
     3  // HashFactory defines a model for HashFactory.
     4  type HashFactory struct {
     5  	// HashType (t)
     6  	HashType uint64 `json:"hash-type,omitempty"`
     7  }