Documentation
¶
Index ¶
Constants ¶
View Source
const ( // MetaNamespaceID is the system's namespace ID that holds information about application's namespaces. MetaNamespaceID = "_meta" // ConfigNamespaceID is the system's namespace ID that holds the config transaction. ConfigNamespaceID = "_config" // ConfigKey is the key of the config transaction. ConfigKey = "_config" )
Variables ¶
This section is empty.
Functions ¶
func CreateStatusWithHeight ¶
func CreateStatusWithHeight(s protoblocktx.Status, blkNum uint64, txNum int) *protoblocktx.StatusWithHeight
CreateStatusWithHeight creates a protoblocktx.StatusWithHeight with the given values.
Types ¶
type Height ¶
Height represents the height of a transaction in blockchain.
func NewHeightFromBytes ¶
NewHeightFromBytes constructs a new instance of Height from serialized bytes.
Click to show internal directories.
Click to hide internal directories.