MCPcopy 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.
34type TransactionType uint32
35
36// Bytes encodes a TransactionType to a byte slice.
37func (t TransactionType) Bytes() (b []byte) {

Callers 2

TestTypesFunction · 0.85
FromBytesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected