package
0.13.6
Repository: https://github.com/cryptix-network/cryptixd.git
Documentation: pkg.go.dev

# README

serialization

  1. Download and place in your PATH: https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protoc-3.12.3-linux-x86_64.zip
  2. go get github.com/golang/protobuf/protoc-gen-go
  3. go get google.golang.org/grpc/cmd/protoc-gen-go-grpc
  4. In the protowire directory: go generate .

# Functions

BlockGHOSTDAGDataHashPairToDbBlockGhostdagDataHashPair converts *externalapi.BlockGHOSTDAGDataHashPair to *DbBlockGHOSTDAGDataHashPair.
BlockGHOSTDAGDataToDBBlockGHOSTDAGData converts BlockGHOSTDAGData to DbBlockGhostdagData.
DbAcceptanceDataToDomainAcceptanceData converts DbAcceptanceData to model.AcceptanceData.
DbBlockGHOSTDAGDataHashPairToBlockGHOSTDAGDataHashPair converts *DbBlockGHOSTDAGDataHashPair to *externalapi.BlockGHOSTDAGDataHashPair.
DBBlockGHOSTDAGDataToBlockGHOSTDAGData converts DbBlockGhostdagData to BlockGHOSTDAGData.
DbBlockHeaderToDomainBlockHeader converts DbBlockHeader to BlockHeader.
DbBlockLevelParentsToDomainBlockLevelParents converts a DbBlockLevelParents to a BlockLevelParents.
DbBlockRelationsToDomainBlockRelations converts DbBlockRelations to model.BlockRelations.
DbBlockStatusToDomainBlockStatus converts DbBlockStatus to model.BlockStatus.
DbBlockToDomainBlock converts DbBlock to DomainBlock.
DbHashesToDomainHashes converts a slice of DbHash to a slice of DomainHash.
DbHashToDomainHash converts a DbHash to a DomainHash.
DBMultisetToMultiset converts DbMultiset to Multiset.
DbOutpointToDomainOutpoint converts DbOutpoint to DomainOutpoint.
DbParentsToDomainParents converts a slice of DbBlockLevelParents to a slice of BlockLevelParents.
DBReachablityDataToReachablityData converts DbReachabilityData to ReachabilityData.
DBScriptPublicKeyToScriptPublicKey convert DbScriptPublicKey ro ScriptPublicKey.
DbSubnetworkIDToDomainSubnetworkID converts DbSubnetworkId to DomainSubnetworkID.
DBTipsToTips converts DbTips to a slice of hashes.
DbTransactionIDToDomainTransactionID converts DbTransactionId to DomainTransactionID.
DbTransactionToDomainTransaction converts DbTransaction to DomainTransaction.
DBUTXODiffToUTXODiff converts DbUtxoDiff to UTXODiff.
DBUTXOEntryToUTXOEntry convert DbUtxoEntry ro UTXOEntry.
DomainAcceptanceDataToDbAcceptanceData converts model.AcceptanceData to DbAcceptanceData.
DomainBlockHeaderToDbBlockHeader converts BlockHeader to DbBlockHeader.
DomainBlockLevelParentsToDbBlockLevelParents converts a BlockLevelParents to a DbBlockLevelParents.
DomainBlockRelationsToDbBlockRelations converts model.BlockRelations to DbBlockRelations.
DomainBlockStatusToDbBlockStatus converts model.BlockStatus to DbBlockStatus.
DomainBlockToDbBlock converts DomainBlocks to DbBlock.
DomainHashesToDbHashes converts a slice of DomainHash to a slice of DbHash.
DomainHashToDbHash converts a DomainHash to a DbHash.
DomainOutpointToDbOutpoint converts DomainOutpoint to DbOutpoint.
DomainParentsToDbParents converts a slice of BlockLevelParents to a slice of DbBlockLevelParents.
DomainSubnetworkIDToDbSubnetworkID converts DomainSubnetworkID to DbSubnetworkId.
DomainTransactionIDToDbTransactionID converts DomainTransactionID to DbTransactionId.
DomainTransactionToDbTransaction converts DomainTransaction to DbTransaction.
MultisetToDBMultiset converts Multiset to DbMultiset.
ReachablityDataToDBReachablityData converts ReachabilityData to DbReachabilityData.
ScriptPublicKeyToDBScriptPublicKey converts ScriptPublicKey to DBScriptPublicKey.
TipsToDBTips converts a slice of hashes to DbTips.
UTXODiffToDBUTXODiff converts UTXODiff to DbUtxoDiff.
UTXOEntryToDBUTXOEntry converts UTXOEntry to DbUtxoEntry.

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author