Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ TransactionType
TypeAlias
TransactionType
blockproducer/interfaces/transaction.go:34–34 ·
view source on GitHub ↗
TransactionType defines a transaction type.
Source
from the content-addressed store, hash-verified
32
33
// TransactionType defines a transaction type.
34
type
TransactionType uint32
35
36
// Bytes encodes a TransactionType to a byte slice.
37
func
(t TransactionType) Bytes() (b []byte) {
Callers
2
TestTypes
Function · 0.85
FromBytes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected