Versions in this module Expand all Collapse all v1 v1.0.0 Dec 21, 2023 Changes in this version + var File_messages_proto protoreflect.FileDescriptor + var File_p2p_proto protoreflect.FileDescriptor + var File_rpc_proto protoreflect.FileDescriptor + var P2P_ServiceDesc = grpc.ServiceDesc + var RPC_ServiceDesc = grpc.ServiceDesc + var SubmitBlockResponseMessage_RejectReason_name = map[int32]string + var SubmitBlockResponseMessage_RejectReason_value = map[string]int32 + func RegisterP2PServer(s grpc.ServiceRegistrar, srv P2PServer) + func RegisterRPCServer(s grpc.ServiceRegistrar, srv RPCServer) + type AcceptedTransactionIds struct + AcceptedTransactionIds []string + AcceptingBlockHash string + func (*AcceptedTransactionIds) Descriptor() ([]byte, []int) + func (*AcceptedTransactionIds) ProtoMessage() + func (x *AcceptedTransactionIds) GetAcceptedTransactionIds() []string + func (x *AcceptedTransactionIds) GetAcceptingBlockHash() string + func (x *AcceptedTransactionIds) ProtoReflect() protoreflect.Message + func (x *AcceptedTransactionIds) Reset() + func (x *AcceptedTransactionIds) String() string + type AddPeerRequestMessage struct + Address string + IsPermanent bool + func (*AddPeerRequestMessage) Descriptor() ([]byte, []int) + func (*AddPeerRequestMessage) ProtoMessage() + func (x *AddPeerRequestMessage) GetAddress() string + func (x *AddPeerRequestMessage) GetIsPermanent() bool + func (x *AddPeerRequestMessage) ProtoReflect() protoreflect.Message + func (x *AddPeerRequestMessage) Reset() + func (x *AddPeerRequestMessage) String() string + type AddPeerResponseMessage struct + Error *RPCError + func (*AddPeerResponseMessage) Descriptor() ([]byte, []int) + func (*AddPeerResponseMessage) ProtoMessage() + func (x *AddPeerResponseMessage) GetError() *RPCError + func (x *AddPeerResponseMessage) ProtoReflect() protoreflect.Message + func (x *AddPeerResponseMessage) Reset() + func (x *AddPeerResponseMessage) String() string + type AddressesMessage struct + AddressList []*NetAddress + func (*AddressesMessage) Descriptor() ([]byte, []int) + func (*AddressesMessage) ProtoMessage() + func (x *AddressesMessage) GetAddressList() []*NetAddress + func (x *AddressesMessage) ProtoReflect() protoreflect.Message + func (x *AddressesMessage) Reset() + func (x *AddressesMessage) String() string + type BalancesByAddressEntry struct + Address string + Balance uint64 + Error *RPCError + func (*BalancesByAddressEntry) Descriptor() ([]byte, []int) + func (*BalancesByAddressEntry) ProtoMessage() + func (x *BalancesByAddressEntry) GetAddress() string + func (x *BalancesByAddressEntry) GetBalance() uint64 + func (x *BalancesByAddressEntry) GetError() *RPCError + func (x *BalancesByAddressEntry) ProtoReflect() protoreflect.Message + func (x *BalancesByAddressEntry) Reset() + func (x *BalancesByAddressEntry) String() string + type BanRequestMessage struct + Ip string + func (*BanRequestMessage) Descriptor() ([]byte, []int) + func (*BanRequestMessage) ProtoMessage() + func (x *BanRequestMessage) GetIp() string + func (x *BanRequestMessage) ProtoReflect() protoreflect.Message + func (x *BanRequestMessage) Reset() + func (x *BanRequestMessage) String() string + type BanResponseMessage struct + Error *RPCError + func (*BanResponseMessage) Descriptor() ([]byte, []int) + func (*BanResponseMessage) ProtoMessage() + func (x *BanResponseMessage) GetError() *RPCError + func (x *BanResponseMessage) ProtoReflect() protoreflect.Message + func (x *BanResponseMessage) Reset() + func (x *BanResponseMessage) String() string + type BlockAddedNotificationMessage struct + Block *RpcBlock + func (*BlockAddedNotificationMessage) Descriptor() ([]byte, []int) + func (*BlockAddedNotificationMessage) ProtoMessage() + func (x *BlockAddedNotificationMessage) GetBlock() *RpcBlock + func (x *BlockAddedNotificationMessage) ProtoReflect() protoreflect.Message + func (x *BlockAddedNotificationMessage) Reset() + func (x *BlockAddedNotificationMessage) String() string + type BlockGhostdagDataHashPair struct + GhostdagData *GhostdagData + Hash *Hash + func (*BlockGhostdagDataHashPair) Descriptor() ([]byte, []int) + func (*BlockGhostdagDataHashPair) ProtoMessage() + func (x *BlockGhostdagDataHashPair) GetGhostdagData() *GhostdagData + func (x *BlockGhostdagDataHashPair) GetHash() *Hash + func (x *BlockGhostdagDataHashPair) ProtoReflect() protoreflect.Message + func (x *BlockGhostdagDataHashPair) Reset() + func (x *BlockGhostdagDataHashPair) String() string + type BlockHeader struct + AcceptedIdMerkleRoot *Hash + Bits uint32 + BlueScore uint64 + BlueWork []byte + DaaScore uint64 + HashMerkleRoot *Hash + Nonce uint64 + Parents []*BlockLevelParents + PruningPoint *Hash + Timestamp int64 + UtxoCommitment *Hash + Version uint32 + func (*BlockHeader) Descriptor() ([]byte, []int) + func (*BlockHeader) ProtoMessage() + func (x *BlockHeader) GetAcceptedIdMerkleRoot() *Hash + func (x *BlockHeader) GetBits() uint32 + func (x *BlockHeader) GetBlueScore() uint64 + func (x *BlockHeader) GetBlueWork() []byte + func (x *BlockHeader) GetDaaScore() uint64 + func (x *BlockHeader) GetHashMerkleRoot() *Hash + func (x *BlockHeader) GetNonce() uint64 + func (x *BlockHeader) GetParents() []*BlockLevelParents + func (x *BlockHeader) GetPruningPoint() *Hash + func (x *BlockHeader) GetTimestamp() int64 + func (x *BlockHeader) GetUtxoCommitment() *Hash + func (x *BlockHeader) GetVersion() uint32 + func (x *BlockHeader) ProtoReflect() protoreflect.Message + func (x *BlockHeader) Reset() + func (x *BlockHeader) String() string + type BlockHeadersMessage struct + BlockHeaders []*BlockHeader + func (*BlockHeadersMessage) Descriptor() ([]byte, []int) + func (*BlockHeadersMessage) ProtoMessage() + func (x *BlockHeadersMessage) GetBlockHeaders() []*BlockHeader + func (x *BlockHeadersMessage) ProtoReflect() protoreflect.Message + func (x *BlockHeadersMessage) Reset() + func (x *BlockHeadersMessage) String() string + type BlockLevelParents struct + ParentHashes []*Hash + func (*BlockLevelParents) Descriptor() ([]byte, []int) + func (*BlockLevelParents) ProtoMessage() + func (x *BlockLevelParents) GetParentHashes() []*Hash + func (x *BlockLevelParents) ProtoReflect() protoreflect.Message + func (x *BlockLevelParents) Reset() + func (x *BlockLevelParents) String() string + type BlockLocatorMessage struct + Hashes []*Hash + func (*BlockLocatorMessage) Descriptor() ([]byte, []int) + func (*BlockLocatorMessage) ProtoMessage() + func (x *BlockLocatorMessage) GetHashes() []*Hash + func (x *BlockLocatorMessage) ProtoReflect() protoreflect.Message + func (x *BlockLocatorMessage) Reset() + func (x *BlockLocatorMessage) String() string + type BlockMessage struct + Header *BlockHeader + Transactions []*TransactionMessage + func (*BlockMessage) Descriptor() ([]byte, []int) + func (*BlockMessage) ProtoMessage() + func (x *BlockMessage) GetHeader() *BlockHeader + func (x *BlockMessage) GetTransactions() []*TransactionMessage + func (x *BlockMessage) ProtoReflect() protoreflect.Message + func (x *BlockMessage) Reset() + func (x *BlockMessage) String() string + type BlockWithTrustedDataMessage struct + Block *BlockMessage + DaaScore uint64 + DaaWindow []*DaaBlock + GhostdagData []*BlockGhostdagDataHashPair + func (*BlockWithTrustedDataMessage) Descriptor() ([]byte, []int) + func (*BlockWithTrustedDataMessage) ProtoMessage() + func (x *BlockWithTrustedDataMessage) GetBlock() *BlockMessage + func (x *BlockWithTrustedDataMessage) GetDaaScore() uint64 + func (x *BlockWithTrustedDataMessage) GetDaaWindow() []*DaaBlock + func (x *BlockWithTrustedDataMessage) GetGhostdagData() []*BlockGhostdagDataHashPair + func (x *BlockWithTrustedDataMessage) ProtoReflect() protoreflect.Message + func (x *BlockWithTrustedDataMessage) Reset() + func (x *BlockWithTrustedDataMessage) String() string + type BlockWithTrustedDataV4Message struct + Block *BlockMessage + DaaWindowIndices []uint64 + GhostdagDataIndices []uint64 + func (*BlockWithTrustedDataV4Message) Descriptor() ([]byte, []int) + func (*BlockWithTrustedDataV4Message) ProtoMessage() + func (x *BlockWithTrustedDataV4Message) GetBlock() *BlockMessage + func (x *BlockWithTrustedDataV4Message) GetDaaWindowIndices() []uint64 + func (x *BlockWithTrustedDataV4Message) GetGhostdagDataIndices() []uint64 + func (x *BlockWithTrustedDataV4Message) ProtoReflect() protoreflect.Message + func (x *BlockWithTrustedDataV4Message) Reset() + func (x *BlockWithTrustedDataV4Message) String() string + type BluesAnticoneSizes struct + AnticoneSize uint32 + BlueHash *Hash + func (*BluesAnticoneSizes) Descriptor() ([]byte, []int) + func (*BluesAnticoneSizes) ProtoMessage() + func (x *BluesAnticoneSizes) GetAnticoneSize() uint32 + func (x *BluesAnticoneSizes) GetBlueHash() *Hash + func (x *BluesAnticoneSizes) ProtoReflect() protoreflect.Message + func (x *BluesAnticoneSizes) Reset() + func (x *BluesAnticoneSizes) String() string + type DaaBlock struct + Block *BlockMessage + GhostdagData *GhostdagData + func (*DaaBlock) Descriptor() ([]byte, []int) + func (*DaaBlock) ProtoMessage() + func (x *DaaBlock) GetBlock() *BlockMessage + func (x *DaaBlock) GetGhostdagData() *GhostdagData + func (x *DaaBlock) ProtoReflect() protoreflect.Message + func (x *DaaBlock) Reset() + func (x *DaaBlock) String() string + type DaaBlockV4 struct + GhostdagData *GhostdagData + Header *BlockHeader + func (*DaaBlockV4) Descriptor() ([]byte, []int) + func (*DaaBlockV4) ProtoMessage() + func (x *DaaBlockV4) GetGhostdagData() *GhostdagData + func (x *DaaBlockV4) GetHeader() *BlockHeader + func (x *DaaBlockV4) ProtoReflect() protoreflect.Message + func (x *DaaBlockV4) Reset() + func (x *DaaBlockV4) String() string + type DoneBlocksWithTrustedDataMessage struct + func (*DoneBlocksWithTrustedDataMessage) Descriptor() ([]byte, []int) + func (*DoneBlocksWithTrustedDataMessage) ProtoMessage() + func (x *DoneBlocksWithTrustedDataMessage) ProtoReflect() protoreflect.Message + func (x *DoneBlocksWithTrustedDataMessage) Reset() + func (x *DoneBlocksWithTrustedDataMessage) String() string + type DoneHeadersMessage struct + func (*DoneHeadersMessage) Descriptor() ([]byte, []int) + func (*DoneHeadersMessage) ProtoMessage() + func (x *DoneHeadersMessage) ProtoReflect() protoreflect.Message + func (x *DoneHeadersMessage) Reset() + func (x *DoneHeadersMessage) String() string + type DonePruningPointUtxoSetChunksMessage struct + func (*DonePruningPointUtxoSetChunksMessage) Descriptor() ([]byte, []int) + func (*DonePruningPointUtxoSetChunksMessage) ProtoMessage() + func (x *DonePruningPointUtxoSetChunksMessage) ProtoReflect() protoreflect.Message + func (x *DonePruningPointUtxoSetChunksMessage) Reset() + func (x *DonePruningPointUtxoSetChunksMessage) String() string + type EstimateNetworkHashesPerSecondRequestMessage struct + StartHash string + WindowSize uint32 + func (*EstimateNetworkHashesPerSecondRequestMessage) Descriptor() ([]byte, []int) + func (*EstimateNetworkHashesPerSecondRequestMessage) ProtoMessage() + func (x *EstimateNetworkHashesPerSecondRequestMessage) GetStartHash() string + func (x *EstimateNetworkHashesPerSecondRequestMessage) GetWindowSize() uint32 + func (x *EstimateNetworkHashesPerSecondRequestMessage) ProtoReflect() protoreflect.Message + func (x *EstimateNetworkHashesPerSecondRequestMessage) Reset() + func (x *EstimateNetworkHashesPerSecondRequestMessage) String() string + type EstimateNetworkHashesPerSecondResponseMessage struct + Error *RPCError + NetworkHashesPerSecond uint64 + func (*EstimateNetworkHashesPerSecondResponseMessage) Descriptor() ([]byte, []int) + func (*EstimateNetworkHashesPerSecondResponseMessage) ProtoMessage() + func (x *EstimateNetworkHashesPerSecondResponseMessage) GetError() *RPCError + func (x *EstimateNetworkHashesPerSecondResponseMessage) GetNetworkHashesPerSecond() uint64 + func (x *EstimateNetworkHashesPerSecondResponseMessage) ProtoReflect() protoreflect.Message + func (x *EstimateNetworkHashesPerSecondResponseMessage) Reset() + func (x *EstimateNetworkHashesPerSecondResponseMessage) String() string + type FinalityConflictNotificationMessage struct + ViolatingBlockHash string + func (*FinalityConflictNotificationMessage) Descriptor() ([]byte, []int) + func (*FinalityConflictNotificationMessage) ProtoMessage() + func (x *FinalityConflictNotificationMessage) GetViolatingBlockHash() string + func (x *FinalityConflictNotificationMessage) ProtoReflect() protoreflect.Message + func (x *FinalityConflictNotificationMessage) Reset() + func (x *FinalityConflictNotificationMessage) String() string + type FinalityConflictResolvedNotificationMessage struct + FinalityBlockHash string + func (*FinalityConflictResolvedNotificationMessage) Descriptor() ([]byte, []int) + func (*FinalityConflictResolvedNotificationMessage) ProtoMessage() + func (x *FinalityConflictResolvedNotificationMessage) GetFinalityBlockHash() string + func (x *FinalityConflictResolvedNotificationMessage) ProtoReflect() protoreflect.Message + func (x *FinalityConflictResolvedNotificationMessage) Reset() + func (x *FinalityConflictResolvedNotificationMessage) String() string + type GetBalanceByAddressRequestMessage struct + Address string + func (*GetBalanceByAddressRequestMessage) Descriptor() ([]byte, []int) + func (*GetBalanceByAddressRequestMessage) ProtoMessage() + func (x *GetBalanceByAddressRequestMessage) GetAddress() string + func (x *GetBalanceByAddressRequestMessage) ProtoReflect() protoreflect.Message + func (x *GetBalanceByAddressRequestMessage) Reset() + func (x *GetBalanceByAddressRequestMessage) String() string + type GetBalanceByAddressResponseMessage struct + Balance uint64 + Error *RPCError + func (*GetBalanceByAddressResponseMessage) Descriptor() ([]byte, []int) + func (*GetBalanceByAddressResponseMessage) ProtoMessage() + func (x *GetBalanceByAddressResponseMessage) GetBalance() uint64 + func (x *GetBalanceByAddressResponseMessage) GetError() *RPCError + func (x *GetBalanceByAddressResponseMessage) ProtoReflect() protoreflect.Message + func (x *GetBalanceByAddressResponseMessage) Reset() + func (x *GetBalanceByAddressResponseMessage) String() string + type GetBalancesByAddressesRequestMessage struct + Addresses []string + func (*GetBalancesByAddressesRequestMessage) Descriptor() ([]byte, []int) + func (*GetBalancesByAddressesRequestMessage) ProtoMessage() + func (x *GetBalancesByAddressesRequestMessage) GetAddresses() []string + func (x *GetBalancesByAddressesRequestMessage) ProtoReflect() protoreflect.Message + func (x *GetBalancesByAddressesRequestMessage) Reset() + func (x *GetBalancesByAddressesRequestMessage) String() string + type GetBalancesByAddressesResponseMessage struct + Entries []*BalancesByAddressEntry + Error *RPCError + func (*GetBalancesByAddressesResponseMessage) Descriptor() ([]byte, []int) + func (*GetBalancesByAddressesResponseMessage) ProtoMessage() + func (x *GetBalancesByAddressesResponseMessage) GetEntries() []*BalancesByAddressEntry + func (x *GetBalancesByAddressesResponseMessage) GetError() *RPCError + func (x *GetBalancesByAddressesResponseMessage) ProtoReflect() protoreflect.Message + func (x *GetBalancesByAddressesResponseMessage) Reset() + func (x *GetBalancesByAddressesResponseMessage) String() string + type GetBlockCountRequestMessage struct + func (*GetBlockCountRequestMessage) Descriptor() ([]byte, []int) + func (*GetBlockCountRequestMessage) ProtoMessage() + func (x *GetBlockCountRequestMessage) ProtoReflect() protoreflect.Message + func (x *GetBlockCountRequestMessage) Reset() + func (x *GetBlockCountRequestMessage) String() string + type GetBlockCountResponseMessage struct + BlockCount uint64 + Error *RPCError + HeaderCount uint64 + func (*GetBlockCountResponseMessage) Descriptor() ([]byte, []int) + func (*GetBlockCountResponseMessage) ProtoMessage() + func (x *GetBlockCountResponseMessage) GetBlockCount() uint64 + func (x *GetBlockCountResponseMessage) GetError() *RPCError + func (x *GetBlockCountResponseMessage) GetHeaderCount() uint64 + func (x *GetBlockCountResponseMessage) ProtoReflect() protoreflect.Message + func (x *GetBlockCountResponseMessage) Reset() + func (x *GetBlockCountResponseMessage) String() string + type GetBlockDagInfoRequestMessage struct + func (*GetBlockDagInfoRequestMessage) Descriptor() ([]byte, []int) + func (*GetBlockDagInfoRequestMessage) ProtoMessage() + func (x *GetBlockDagInfoRequestMessage) ProtoReflect() protoreflect.Message + func (x *GetBlockDagInfoRequestMessage) Reset() + func (x *GetBlockDagInfoRequestMessage) String() string + type GetBlockDagInfoResponseMessage struct + BlockCount uint64 + Difficulty float64 + Error *RPCError + HeaderCount uint64 + NetworkName string + PastMedianTime int64 + PruningPointHash string + TipHashes []string + VirtualDaaScore uint64 + VirtualParentHashes []string + func (*GetBlockDagInfoResponseMessage) Descriptor() ([]byte, []int) + func (*GetBlockDagInfoResponseMessage) ProtoMessage() + func (x *GetBlockDagInfoResponseMessage) GetBlockCount() uint64 + func (x *GetBlockDagInfoResponseMessage) GetDifficulty() float64 + func (x *GetBlockDagInfoResponseMessage) GetError() *RPCError + func (x *GetBlockDagInfoResponseMessage) GetHeaderCount() uint64 + func (x *GetBlockDagInfoResponseMessage) GetNetworkName() string + func (x *GetBlockDagInfoResponseMessage) GetPastMedianTime() int64 + func (x *GetBlockDagInfoResponseMessage) GetPruningPointHash() string + func (x *GetBlockDagInfoResponseMessage) GetTipHashes() []string + func (x *GetBlockDagInfoResponseMessage) GetVirtualDaaScore() uint64 + func (x *GetBlockDagInfoResponseMessage) GetVirtualParentHashes() []string + func (x *GetBlockDagInfoResponseMessage) ProtoReflect() protoreflect.Message + func (x *GetBlockDagInfoResponseMessage) Reset() + func (x *GetBlockDagInfoResponseMessage) String() string + type GetBlockRequestMessage struct + Hash string + IncludeTransactions bool + func (*GetBlockRequestMessage) Descriptor() ([]byte, []int) + func (*GetBlockRequestMessage) ProtoMessage() + func (x *GetBlockRequestMessage) GetHash() string + func (x *GetBlockRequestMessage) GetIncludeTransactions() bool + func (x *GetBlockRequestMessage) ProtoReflect() protoreflect.Message + func (x *GetBlockRequestMessage) Reset() + func (x *GetBlockRequestMessage) String() string + type GetBlockResponseMessage struct + Block *RpcBlock + Error *RPCError + func (*GetBlockResponseMessage) Descriptor() ([]byte, []int) + func (*GetBlockResponseMessage) ProtoMessage() + func (x *GetBlockResponseMessage) GetBlock() *RpcBlock + func (x *GetBlockResponseMessage) GetError() *RPCError + func (x *GetBlockResponseMessage) ProtoReflect() protoreflect.Message + func (x *GetBlockResponseMessage) Reset() + func (x *GetBlockResponseMessage) String() string + type GetBlockTemplateRequestMessage struct + ExtraData string + PayAddress string + func (*GetBlockTemplateRequestMessage) Descriptor() ([]byte, []int) + func (*GetBlockTemplateRequestMessage) ProtoMessage() + func (x *GetBlockTemplateRequestMessage) GetExtraData() string + func (x *GetBlockTemplateRequestMessage) GetPayAddress() string + func (x *GetBlockTemplateRequestMessage) ProtoReflect() protoreflect.Message + func (x *GetBlockTemplateRequestMessage) Reset() + func (x *GetBlockTemplateRequestMessage) String() string + type GetBlockTemplateResponseMessage struct + Block *RpcBlock + Error *RPCError + IsSynced bool + func (*GetBlockTemplateResponseMessage) Descriptor() ([]byte, []int) + func (*GetBlockTemplateResponseMessage) ProtoMessage() + func (x *GetBlockTemplateResponseMessage) GetBlock() *RpcBlock + func (x *GetBlockTemplateResponseMessage) GetError() *RPCError + func (x *GetBlockTemplateResponseMessage) GetIsSynced() bool + func (x *GetBlockTemplateResponseMessage) ProtoReflect() protoreflect.Message + func (x *GetBlockTemplateResponseMessage) Reset() + func (x *GetBlockTemplateResponseMessage) String() string + type GetBlocksRequestMessage struct + IncludeBlocks bool + IncludeTransactions bool + LowHash string + func (*GetBlocksRequestMessage) Descriptor() ([]byte, []int) + func (*GetBlocksRequestMessage) ProtoMessage() + func (x *GetBlocksRequestMessage) GetIncludeBlocks() bool + func (x *GetBlocksRequestMessage) GetIncludeTransactions() bool + func (x *GetBlocksRequestMessage) GetLowHash() string + func (x *GetBlocksRequestMessage) ProtoReflect() protoreflect.Message + func (x *GetBlocksRequestMessage) Reset() + func (x *GetBlocksRequestMessage) String() string + type GetBlocksResponseMessage struct + BlockHashes []string + Blocks []*RpcBlock + Error *RPCError + func (*GetBlocksResponseMessage) Descriptor() ([]byte, []int) + func (*GetBlocksResponseMessage) ProtoMessage() + func (x *GetBlocksResponseMessage) GetBlockHashes() []string + func (x *GetBlocksResponseMessage) GetBlocks() []*RpcBlock + func (x *GetBlocksResponseMessage) GetError() *RPCError + func (x *GetBlocksResponseMessage) ProtoReflect() protoreflect.Message + func (x *GetBlocksResponseMessage) Reset() + func (x *GetBlocksResponseMessage) String() string + type GetCoinSupplyRequestMessage struct + func (*GetCoinSupplyRequestMessage) Descriptor() ([]byte, []int) + func (*GetCoinSupplyRequestMessage) ProtoMessage() + func (x *GetCoinSupplyRequestMessage) ProtoReflect() protoreflect.Message + func (x *GetCoinSupplyRequestMessage) Reset() + func (x *GetCoinSupplyRequestMessage) String() string + type GetCoinSupplyResponseMessage struct + CirculatingSompi uint64 + Error *RPCError + MaxSompi uint64 + func (*GetCoinSupplyResponseMessage) Descriptor() ([]byte, []int) + func (*GetCoinSupplyResponseMessage) ProtoMessage() + func (x *GetCoinSupplyResponseMessage) GetCirculatingSompi() uint64 + func (x *GetCoinSupplyResponseMessage) GetError() *RPCError + func (x *GetCoinSupplyResponseMessage) GetMaxSompi() uint64 + func (x *GetCoinSupplyResponseMessage) ProtoReflect() protoreflect.Message + func (x *GetCoinSupplyResponseMessage) Reset() + func (x *GetCoinSupplyResponseMessage) String() string + type GetConnectedPeerInfoMessage struct + Address string + AdvertisedProtocolVersion uint32 + Id string + IsIbdPeer bool + IsOutbound bool + LastPingDuration int64 + TimeConnected int64 + TimeOffset int64 + UserAgent string + func (*GetConnectedPeerInfoMessage) Descriptor() ([]byte, []int) + func (*GetConnectedPeerInfoMessage) ProtoMessage() + func (x *GetConnectedPeerInfoMessage) GetAddress() string + func (x *GetConnectedPeerInfoMessage) GetAdvertisedProtocolVersion() uint32 + func (x *GetConnectedPeerInfoMessage) GetId() string + func (x *GetConnectedPeerInfoMessage) GetIsIbdPeer() bool + func (x *GetConnectedPeerInfoMessage) GetIsOutbound() bool + func (x *GetConnectedPeerInfoMessage) GetLastPingDuration() int64 + func (x *GetConnectedPeerInfoMessage) GetTimeConnected() int64 + func (x *GetConnectedPeerInfoMessage) GetTimeOffset() int64 + func (x *GetConnectedPeerInfoMessage) GetUserAgent() string + func (x *GetConnectedPeerInfoMessage) ProtoReflect() protoreflect.Message + func (x *GetConnectedPeerInfoMessage) Reset() + func (x *GetConnectedPeerInfoMessage) String() string + type GetConnectedPeerInfoRequestMessage struct + func (*GetConnectedPeerInfoRequestMessage) Descriptor() ([]byte, []int) + func (*GetConnectedPeerInfoRequestMessage) ProtoMessage() + func (x *GetConnectedPeerInfoRequestMessage) ProtoReflect() protoreflect.Message + func (x *GetConnectedPeerInfoRequestMessage) Reset() + func (x *GetConnectedPeerInfoRequestMessage) String() string + type GetConnectedPeerInfoResponseMessage struct + Error *RPCError + Infos []*GetConnectedPeerInfoMessage + func (*GetConnectedPeerInfoResponseMessage) Descriptor() ([]byte, []int) + func (*GetConnectedPeerInfoResponseMessage) ProtoMessage() + func (x *GetConnectedPeerInfoResponseMessage) GetError() *RPCError + func (x *GetConnectedPeerInfoResponseMessage) GetInfos() []*GetConnectedPeerInfoMessage + func (x *GetConnectedPeerInfoResponseMessage) ProtoReflect() protoreflect.Message + func (x *GetConnectedPeerInfoResponseMessage) Reset() + func (x *GetConnectedPeerInfoResponseMessage) String() string + type GetCurrentNetworkRequestMessage struct + func (*GetCurrentNetworkRequestMessage) Descriptor() ([]byte, []int) + func (*GetCurrentNetworkRequestMessage) ProtoMessage() + func (x *GetCurrentNetworkRequestMessage) ProtoReflect() protoreflect.Message + func (x *GetCurrentNetworkRequestMessage) Reset() + func (x *GetCurrentNetworkRequestMessage) String() string + type GetCurrentNetworkResponseMessage struct + CurrentNetwork string + Error *RPCError + func (*GetCurrentNetworkResponseMessage) Descriptor() ([]byte, []int) + func (*GetCurrentNetworkResponseMessage) ProtoMessage() + func (x *GetCurrentNetworkResponseMessage) GetCurrentNetwork() string + func (x *GetCurrentNetworkResponseMessage) GetError() *RPCError + func (x *GetCurrentNetworkResponseMessage) ProtoReflect() protoreflect.Message + func (x *GetCurrentNetworkResponseMessage) Reset() + func (x *GetCurrentNetworkResponseMessage) String() string + type GetHeadersRequestMessage struct + IsAscending bool + Limit uint64 + StartHash string + func (*GetHeadersRequestMessage) Descriptor() ([]byte, []int) + func (*GetHeadersRequestMessage) ProtoMessage() + func (x *GetHeadersRequestMessage) GetIsAscending() bool + func (x *GetHeadersRequestMessage) GetLimit() uint64 + func (x *GetHeadersRequestMessage) GetStartHash() string + func (x *GetHeadersRequestMessage) ProtoReflect() protoreflect.Message + func (x *GetHeadersRequestMessage) Reset() + func (x *GetHeadersRequestMessage) String() string + type GetHeadersResponseMessage struct + Error *RPCError + Headers []string + func (*GetHeadersResponseMessage) Descriptor() ([]byte, []int) + func (*GetHeadersResponseMessage) ProtoMessage() + func (x *GetHeadersResponseMessage) GetError() *RPCError + func (x *GetHeadersResponseMessage) GetHeaders() []string + func (x *GetHeadersResponseMessage) ProtoReflect() protoreflect.Message + func (x *GetHeadersResponseMessage) Reset() + func (x *GetHeadersResponseMessage) String() string + type GetInfoRequestMessage struct + func (*GetInfoRequestMessage) Descriptor() ([]byte, []int) + func (*GetInfoRequestMessage) ProtoMessage() + func (x *GetInfoRequestMessage) ProtoReflect() protoreflect.Message + func (x *GetInfoRequestMessage) Reset() + func (x *GetInfoRequestMessage) String() string + type GetInfoResponseMessage struct + Error *RPCError + IsSynced bool + IsUtxoIndexed bool + MempoolSize uint64 + P2PId string + ServerVersion string + func (*GetInfoResponseMessage) Descriptor() ([]byte, []int) + func (*GetInfoResponseMessage) ProtoMessage() + func (x *GetInfoResponseMessage) GetError() *RPCError + func (x *GetInfoResponseMessage) GetIsSynced() bool + func (x *GetInfoResponseMessage) GetIsUtxoIndexed() bool + func (x *GetInfoResponseMessage) GetMempoolSize() uint64 + func (x *GetInfoResponseMessage) GetP2PId() string + func (x *GetInfoResponseMessage) GetServerVersion() string + func (x *GetInfoResponseMessage) ProtoReflect() protoreflect.Message + func (x *GetInfoResponseMessage) Reset() + func (x *GetInfoResponseMessage) String() string + type GetMempoolEntriesByAddressesRequestMessage struct + Addresses []string + FilterTransactionPool bool + IncludeOrphanPool bool + func (*GetMempoolEntriesByAddressesRequestMessage) Descriptor() ([]byte, []int) + func (*GetMempoolEntriesByAddressesRequestMessage) ProtoMessage() + func (x *GetMempoolEntriesByAddressesRequestMessage) GetAddresses() []string + func (x *GetMempoolEntriesByAddressesRequestMessage) GetFilterTransactionPool() bool + func (x *GetMempoolEntriesByAddressesRequestMessage) GetIncludeOrphanPool() bool + func (x *GetMempoolEntriesByAddressesRequestMessage) ProtoReflect() protoreflect.Message + func (x *GetMempoolEntriesByAddressesRequestMessage) Reset() + func (x *GetMempoolEntriesByAddressesRequestMessage) String() string + type GetMempoolEntriesByAddressesResponseMessage struct + Entries []*MempoolEntryByAddress + Error *RPCError + func (*GetMempoolEntriesByAddressesResponseMessage) Descriptor() ([]byte, []int) + func (*GetMempoolEntriesByAddressesResponseMessage) ProtoMessage() + func (x *GetMempoolEntriesByAddressesResponseMessage) GetEntries() []*MempoolEntryByAddress + func (x *GetMempoolEntriesByAddressesResponseMessage) GetError() *RPCError + func (x *GetMempoolEntriesByAddressesResponseMessage) ProtoReflect() protoreflect.Message + func (x *GetMempoolEntriesByAddressesResponseMessage) Reset() + func (x *GetMempoolEntriesByAddressesResponseMessage) String() string + type GetMempoolEntriesRequestMessage struct + FilterTransactionPool bool + IncludeOrphanPool bool + func (*GetMempoolEntriesRequestMessage) Descriptor() ([]byte, []int) + func (*GetMempoolEntriesRequestMessage) ProtoMessage() + func (x *GetMempoolEntriesRequestMessage) GetFilterTransactionPool() bool + func (x *GetMempoolEntriesRequestMessage) GetIncludeOrphanPool() bool + func (x *GetMempoolEntriesRequestMessage) ProtoReflect() protoreflect.Message + func (x *GetMempoolEntriesRequestMessage) Reset() + func (x *GetMempoolEntriesRequestMessage) String() string + type GetMempoolEntriesResponseMessage struct + Entries []*MempoolEntry + Error *RPCError + func (*GetMempoolEntriesResponseMessage) Descriptor() ([]byte, []int) + func (*GetMempoolEntriesResponseMessage) ProtoMessage() + func (x *GetMempoolEntriesResponseMessage) GetEntries() []*MempoolEntry + func (x *GetMempoolEntriesResponseMessage) GetError() *RPCError + func (x *GetMempoolEntriesResponseMessage) ProtoReflect() protoreflect.Message + func (x *GetMempoolEntriesResponseMessage) Reset() + func (x *GetMempoolEntriesResponseMessage) String() string + type GetMempoolEntryRequestMessage struct + FilterTransactionPool bool + IncludeOrphanPool bool + TxId string + func (*GetMempoolEntryRequestMessage) Descriptor() ([]byte, []int) + func (*GetMempoolEntryRequestMessage) ProtoMessage() + func (x *GetMempoolEntryRequestMessage) GetFilterTransactionPool() bool + func (x *GetMempoolEntryRequestMessage) GetIncludeOrphanPool() bool + func (x *GetMempoolEntryRequestMessage) GetTxId() string + func (x *GetMempoolEntryRequestMessage) ProtoReflect() protoreflect.Message + func (x *GetMempoolEntryRequestMessage) Reset() + func (x *GetMempoolEntryRequestMessage) String() string + type GetMempoolEntryResponseMessage struct + Entry *MempoolEntry + Error *RPCError + func (*GetMempoolEntryResponseMessage) Descriptor() ([]byte, []int) + func (*GetMempoolEntryResponseMessage) ProtoMessage() + func (x *GetMempoolEntryResponseMessage) GetEntry() *MempoolEntry + func (x *GetMempoolEntryResponseMessage) GetError() *RPCError + func (x *GetMempoolEntryResponseMessage) ProtoReflect() protoreflect.Message + func (x *GetMempoolEntryResponseMessage) Reset() + func (x *GetMempoolEntryResponseMessage) String() string + type GetPeerAddressesKnownAddressMessage struct + Addr string + func (*GetPeerAddressesKnownAddressMessage) Descriptor() ([]byte, []int) + func (*GetPeerAddressesKnownAddressMessage) ProtoMessage() + func (x *GetPeerAddressesKnownAddressMessage) GetAddr() string + func (x *GetPeerAddressesKnownAddressMessage) ProtoReflect() protoreflect.Message + func (x *GetPeerAddressesKnownAddressMessage) Reset() + func (x *GetPeerAddressesKnownAddressMessage) String() string + type GetPeerAddressesRequestMessage struct + func (*GetPeerAddressesRequestMessage) Descriptor() ([]byte, []int) + func (*GetPeerAddressesRequestMessage) ProtoMessage() + func (x *GetPeerAddressesRequestMessage) ProtoReflect() protoreflect.Message + func (x *GetPeerAddressesRequestMessage) Reset() + func (x *GetPeerAddressesRequestMessage) String() string + type GetPeerAddressesResponseMessage struct + Addresses []*GetPeerAddressesKnownAddressMessage + BannedAddresses []*GetPeerAddressesKnownAddressMessage + Error *RPCError + func (*GetPeerAddressesResponseMessage) Descriptor() ([]byte, []int) + func (*GetPeerAddressesResponseMessage) ProtoMessage() + func (x *GetPeerAddressesResponseMessage) GetAddresses() []*GetPeerAddressesKnownAddressMessage + func (x *GetPeerAddressesResponseMessage) GetBannedAddresses() []*GetPeerAddressesKnownAddressMessage + func (x *GetPeerAddressesResponseMessage) GetError() *RPCError + func (x *GetPeerAddressesResponseMessage) ProtoReflect() protoreflect.Message + func (x *GetPeerAddressesResponseMessage) Reset() + func (x *GetPeerAddressesResponseMessage) String() string + type GetSelectedTipHashRequestMessage struct + func (*GetSelectedTipHashRequestMessage) Descriptor() ([]byte, []int) + func (*GetSelectedTipHashRequestMessage) ProtoMessage() + func (x *GetSelectedTipHashRequestMessage) ProtoReflect() protoreflect.Message + func (x *GetSelectedTipHashRequestMessage) Reset() + func (x *GetSelectedTipHashRequestMessage) String() string + type GetSelectedTipHashResponseMessage struct + Error *RPCError + SelectedTipHash string + func (*GetSelectedTipHashResponseMessage) Descriptor() ([]byte, []int) + func (*GetSelectedTipHashResponseMessage) ProtoMessage() + func (x *GetSelectedTipHashResponseMessage) GetError() *RPCError + func (x *GetSelectedTipHashResponseMessage) GetSelectedTipHash() string + func (x *GetSelectedTipHashResponseMessage) ProtoReflect() protoreflect.Message + func (x *GetSelectedTipHashResponseMessage) Reset() + func (x *GetSelectedTipHashResponseMessage) String() string + type GetSubnetworkRequestMessage struct + SubnetworkId string + func (*GetSubnetworkRequestMessage) Descriptor() ([]byte, []int) + func (*GetSubnetworkRequestMessage) ProtoMessage() + func (x *GetSubnetworkRequestMessage) GetSubnetworkId() string + func (x *GetSubnetworkRequestMessage) ProtoReflect() protoreflect.Message + func (x *GetSubnetworkRequestMessage) Reset() + func (x *GetSubnetworkRequestMessage) String() string + type GetSubnetworkResponseMessage struct + Error *RPCError + GasLimit uint64 + func (*GetSubnetworkResponseMessage) Descriptor() ([]byte, []int) + func (*GetSubnetworkResponseMessage) ProtoMessage() + func (x *GetSubnetworkResponseMessage) GetError() *RPCError + func (x *GetSubnetworkResponseMessage) GetGasLimit() uint64 + func (x *GetSubnetworkResponseMessage) ProtoReflect() protoreflect.Message + func (x *GetSubnetworkResponseMessage) Reset() + func (x *GetSubnetworkResponseMessage) String() string + type GetUtxosByAddressesRequestMessage struct + Addresses []string + func (*GetUtxosByAddressesRequestMessage) Descriptor() ([]byte, []int) + func (*GetUtxosByAddressesRequestMessage) ProtoMessage() + func (x *GetUtxosByAddressesRequestMessage) GetAddresses() []string + func (x *GetUtxosByAddressesRequestMessage) ProtoReflect() protoreflect.Message + func (x *GetUtxosByAddressesRequestMessage) Reset() + func (x *GetUtxosByAddressesRequestMessage) String() string + type GetUtxosByAddressesResponseMessage struct + Entries []*UtxosByAddressesEntry + Error *RPCError + func (*GetUtxosByAddressesResponseMessage) Descriptor() ([]byte, []int) + func (*GetUtxosByAddressesResponseMessage) ProtoMessage() + func (x *GetUtxosByAddressesResponseMessage) GetEntries() []*UtxosByAddressesEntry + func (x *GetUtxosByAddressesResponseMessage) GetError() *RPCError + func (x *GetUtxosByAddressesResponseMessage) ProtoReflect() protoreflect.Message + func (x *GetUtxosByAddressesResponseMessage) Reset() + func (x *GetUtxosByAddressesResponseMessage) String() string + type GetVirtualSelectedParentBlueScoreRequestMessage struct + func (*GetVirtualSelectedParentBlueScoreRequestMessage) Descriptor() ([]byte, []int) + func (*GetVirtualSelectedParentBlueScoreRequestMessage) ProtoMessage() + func (x *GetVirtualSelectedParentBlueScoreRequestMessage) ProtoReflect() protoreflect.Message + func (x *GetVirtualSelectedParentBlueScoreRequestMessage) Reset() + func (x *GetVirtualSelectedParentBlueScoreRequestMessage) String() string + type GetVirtualSelectedParentBlueScoreResponseMessage struct + BlueScore uint64 + Error *RPCError + func (*GetVirtualSelectedParentBlueScoreResponseMessage) Descriptor() ([]byte, []int) + func (*GetVirtualSelectedParentBlueScoreResponseMessage) ProtoMessage() + func (x *GetVirtualSelectedParentBlueScoreResponseMessage) GetBlueScore() uint64 + func (x *GetVirtualSelectedParentBlueScoreResponseMessage) GetError() *RPCError + func (x *GetVirtualSelectedParentBlueScoreResponseMessage) ProtoReflect() protoreflect.Message + func (x *GetVirtualSelectedParentBlueScoreResponseMessage) Reset() + func (x *GetVirtualSelectedParentBlueScoreResponseMessage) String() string + type GetVirtualSelectedParentChainFromBlockRequestMessage struct + IncludeAcceptedTransactionIds bool + StartHash string + func (*GetVirtualSelectedParentChainFromBlockRequestMessage) Descriptor() ([]byte, []int) + func (*GetVirtualSelectedParentChainFromBlockRequestMessage) ProtoMessage() + func (x *GetVirtualSelectedParentChainFromBlockRequestMessage) GetIncludeAcceptedTransactionIds() bool + func (x *GetVirtualSelectedParentChainFromBlockRequestMessage) GetStartHash() string + func (x *GetVirtualSelectedParentChainFromBlockRequestMessage) ProtoReflect() protoreflect.Message + func (x *GetVirtualSelectedParentChainFromBlockRequestMessage) Reset() + func (x *GetVirtualSelectedParentChainFromBlockRequestMessage) String() string + type GetVirtualSelectedParentChainFromBlockResponseMessage struct + AcceptedTransactionIds []*AcceptedTransactionIds + AddedChainBlockHashes []string + Error *RPCError + RemovedChainBlockHashes []string + func (*GetVirtualSelectedParentChainFromBlockResponseMessage) Descriptor() ([]byte, []int) + func (*GetVirtualSelectedParentChainFromBlockResponseMessage) ProtoMessage() + func (x *GetVirtualSelectedParentChainFromBlockResponseMessage) GetAcceptedTransactionIds() []*AcceptedTransactionIds + func (x *GetVirtualSelectedParentChainFromBlockResponseMessage) GetAddedChainBlockHashes() []string + func (x *GetVirtualSelectedParentChainFromBlockResponseMessage) GetError() *RPCError + func (x *GetVirtualSelectedParentChainFromBlockResponseMessage) GetRemovedChainBlockHashes() []string + func (x *GetVirtualSelectedParentChainFromBlockResponseMessage) ProtoReflect() protoreflect.Message + func (x *GetVirtualSelectedParentChainFromBlockResponseMessage) Reset() + func (x *GetVirtualSelectedParentChainFromBlockResponseMessage) String() string + type GhostdagData struct + BlueScore uint64 + BlueWork []byte + BluesAnticoneSizes []*BluesAnticoneSizes + MergeSetBlues []*Hash + MergeSetReds []*Hash + SelectedParent *Hash + func (*GhostdagData) Descriptor() ([]byte, []int) + func (*GhostdagData) ProtoMessage() + func (x *GhostdagData) GetBlueScore() uint64 + func (x *GhostdagData) GetBlueWork() []byte + func (x *GhostdagData) GetBluesAnticoneSizes() []*BluesAnticoneSizes + func (x *GhostdagData) GetMergeSetBlues() []*Hash + func (x *GhostdagData) GetMergeSetReds() []*Hash + func (x *GhostdagData) GetSelectedParent() *Hash + func (x *GhostdagData) ProtoReflect() protoreflect.Message + func (x *GhostdagData) Reset() + func (x *GhostdagData) String() string + type Hash struct + Bytes []byte + func (*Hash) Descriptor() ([]byte, []int) + func (*Hash) ProtoMessage() + func (x *Hash) GetBytes() []byte + func (x *Hash) ProtoReflect() protoreflect.Message + func (x *Hash) Reset() + func (x *Hash) String() string + type IbdBlockLocatorHighestHashMessage struct + HighestHash *Hash + func (*IbdBlockLocatorHighestHashMessage) Descriptor() ([]byte, []int) + func (*IbdBlockLocatorHighestHashMessage) ProtoMessage() + func (x *IbdBlockLocatorHighestHashMessage) GetHighestHash() *Hash + func (x *IbdBlockLocatorHighestHashMessage) ProtoReflect() protoreflect.Message + func (x *IbdBlockLocatorHighestHashMessage) Reset() + func (x *IbdBlockLocatorHighestHashMessage) String() string + type IbdBlockLocatorHighestHashNotFoundMessage struct + func (*IbdBlockLocatorHighestHashNotFoundMessage) Descriptor() ([]byte, []int) + func (*IbdBlockLocatorHighestHashNotFoundMessage) ProtoMessage() + func (x *IbdBlockLocatorHighestHashNotFoundMessage) ProtoReflect() protoreflect.Message + func (x *IbdBlockLocatorHighestHashNotFoundMessage) Reset() + func (x *IbdBlockLocatorHighestHashNotFoundMessage) String() string + type IbdBlockLocatorMessage struct + BlockLocatorHashes []*Hash + TargetHash *Hash + func (*IbdBlockLocatorMessage) Descriptor() ([]byte, []int) + func (*IbdBlockLocatorMessage) ProtoMessage() + func (x *IbdBlockLocatorMessage) GetBlockLocatorHashes() []*Hash + func (x *IbdBlockLocatorMessage) GetTargetHash() *Hash + func (x *IbdBlockLocatorMessage) ProtoReflect() protoreflect.Message + func (x *IbdBlockLocatorMessage) Reset() + func (x *IbdBlockLocatorMessage) String() string + type IbdChainBlockLocatorMessage struct + BlockLocatorHashes []*Hash + func (*IbdChainBlockLocatorMessage) Descriptor() ([]byte, []int) + func (*IbdChainBlockLocatorMessage) ProtoMessage() + func (x *IbdChainBlockLocatorMessage) GetBlockLocatorHashes() []*Hash + func (x *IbdChainBlockLocatorMessage) ProtoReflect() protoreflect.Message + func (x *IbdChainBlockLocatorMessage) Reset() + func (x *IbdChainBlockLocatorMessage) String() string + type InvRelayBlockMessage struct + Hash *Hash + func (*InvRelayBlockMessage) Descriptor() ([]byte, []int) + func (*InvRelayBlockMessage) ProtoMessage() + func (x *InvRelayBlockMessage) GetHash() *Hash + func (x *InvRelayBlockMessage) ProtoReflect() protoreflect.Message + func (x *InvRelayBlockMessage) Reset() + func (x *InvRelayBlockMessage) String() string + type InvTransactionsMessage struct + Ids []*TransactionId + func (*InvTransactionsMessage) Descriptor() ([]byte, []int) + func (*InvTransactionsMessage) ProtoMessage() + func (x *InvTransactionsMessage) GetIds() []*TransactionId + func (x *InvTransactionsMessage) ProtoReflect() protoreflect.Message + func (x *InvTransactionsMessage) Reset() + func (x *InvTransactionsMessage) String() string + type MempoolEntry struct + Fee uint64 + IsOrphan bool + Transaction *RpcTransaction + func (*MempoolEntry) Descriptor() ([]byte, []int) + func (*MempoolEntry) ProtoMessage() + func (x *MempoolEntry) GetFee() uint64 + func (x *MempoolEntry) GetIsOrphan() bool + func (x *MempoolEntry) GetTransaction() *RpcTransaction + func (x *MempoolEntry) ProtoReflect() protoreflect.Message + func (x *MempoolEntry) Reset() + func (x *MempoolEntry) String() string + type MempoolEntryByAddress struct + Address string + Receiving []*MempoolEntry + Sending []*MempoolEntry + func (*MempoolEntryByAddress) Descriptor() ([]byte, []int) + func (*MempoolEntryByAddress) ProtoMessage() + func (x *MempoolEntryByAddress) GetAddress() string + func (x *MempoolEntryByAddress) GetReceiving() []*MempoolEntry + func (x *MempoolEntryByAddress) GetSending() []*MempoolEntry + func (x *MempoolEntryByAddress) ProtoReflect() protoreflect.Message + func (x *MempoolEntryByAddress) Reset() + func (x *MempoolEntryByAddress) String() string + type NetAddress struct + Ip []byte + Port uint32 + Timestamp int64 + func (*NetAddress) Descriptor() ([]byte, []int) + func (*NetAddress) ProtoMessage() + func (x *NetAddress) GetIp() []byte + func (x *NetAddress) GetPort() uint32 + func (x *NetAddress) GetTimestamp() int64 + func (x *NetAddress) ProtoReflect() protoreflect.Message + func (x *NetAddress) Reset() + func (x *NetAddress) String() string + type NewBlockTemplateNotificationMessage struct + func (*NewBlockTemplateNotificationMessage) Descriptor() ([]byte, []int) + func (*NewBlockTemplateNotificationMessage) ProtoMessage() + func (x *NewBlockTemplateNotificationMessage) ProtoReflect() protoreflect.Message + func (x *NewBlockTemplateNotificationMessage) Reset() + func (x *NewBlockTemplateNotificationMessage) String() string + type NexelliadMessage struct + Payload isNexelliadMessage_Payload + func FromAppMessage(message appmessage.Message) (*NexelliadMessage, error) + func (*NexelliadMessage) Descriptor() ([]byte, []int) + func (*NexelliadMessage) ProtoMessage() + func (m *NexelliadMessage) GetPayload() isNexelliadMessage_Payload + func (x *NexelliadMessage) GetAddPeerRequest() *AddPeerRequestMessage + func (x *NexelliadMessage) GetAddPeerResponse() *AddPeerResponseMessage + func (x *NexelliadMessage) GetAddresses() *AddressesMessage + func (x *NexelliadMessage) GetBanRequest() *BanRequestMessage + func (x *NexelliadMessage) GetBanResponse() *BanResponseMessage + func (x *NexelliadMessage) GetBlock() *BlockMessage + func (x *NexelliadMessage) GetBlockAddedNotification() *BlockAddedNotificationMessage + func (x *NexelliadMessage) GetBlockHeaders() *BlockHeadersMessage + func (x *NexelliadMessage) GetBlockLocator() *BlockLocatorMessage + func (x *NexelliadMessage) GetBlockWithTrustedData() *BlockWithTrustedDataMessage + func (x *NexelliadMessage) GetBlockWithTrustedDataV4() *BlockWithTrustedDataV4Message + func (x *NexelliadMessage) GetDoneBlocksWithTrustedData() *DoneBlocksWithTrustedDataMessage + func (x *NexelliadMessage) GetDoneHeaders() *DoneHeadersMessage + func (x *NexelliadMessage) GetDonePruningPointUtxoSetChunks() *DonePruningPointUtxoSetChunksMessage + func (x *NexelliadMessage) GetEstimateNetworkHashesPerSecondRequest() *EstimateNetworkHashesPerSecondRequestMessage + func (x *NexelliadMessage) GetEstimateNetworkHashesPerSecondResponse() *EstimateNetworkHashesPerSecondResponseMessage + func (x *NexelliadMessage) GetFinalityConflictNotification() *FinalityConflictNotificationMessage + func (x *NexelliadMessage) GetFinalityConflictResolvedNotification() *FinalityConflictResolvedNotificationMessage + func (x *NexelliadMessage) GetGetBalanceByAddressRequest() *GetBalanceByAddressRequestMessage + func (x *NexelliadMessage) GetGetBalanceByAddressResponse() *GetBalanceByAddressResponseMessage + func (x *NexelliadMessage) GetGetBalancesByAddressesRequest() *GetBalancesByAddressesRequestMessage + func (x *NexelliadMessage) GetGetBalancesByAddressesResponse() *GetBalancesByAddressesResponseMessage + func (x *NexelliadMessage) GetGetBlockCountRequest() *GetBlockCountRequestMessage + func (x *NexelliadMessage) GetGetBlockCountResponse() *GetBlockCountResponseMessage + func (x *NexelliadMessage) GetGetBlockDagInfoRequest() *GetBlockDagInfoRequestMessage + func (x *NexelliadMessage) GetGetBlockDagInfoResponse() *GetBlockDagInfoResponseMessage + func (x *NexelliadMessage) GetGetBlockRequest() *GetBlockRequestMessage + func (x *NexelliadMessage) GetGetBlockResponse() *GetBlockResponseMessage + func (x *NexelliadMessage) GetGetBlockTemplateRequest() *GetBlockTemplateRequestMessage + func (x *NexelliadMessage) GetGetBlockTemplateResponse() *GetBlockTemplateResponseMessage + func (x *NexelliadMessage) GetGetBlocksRequest() *GetBlocksRequestMessage + func (x *NexelliadMessage) GetGetBlocksResponse() *GetBlocksResponseMessage + func (x *NexelliadMessage) GetGetCoinSupplyRequest() *GetCoinSupplyRequestMessage + func (x *NexelliadMessage) GetGetCoinSupplyResponse() *GetCoinSupplyResponseMessage + func (x *NexelliadMessage) GetGetConnectedPeerInfoRequest() *GetConnectedPeerInfoRequestMessage + func (x *NexelliadMessage) GetGetConnectedPeerInfoResponse() *GetConnectedPeerInfoResponseMessage + func (x *NexelliadMessage) GetGetCurrentNetworkRequest() *GetCurrentNetworkRequestMessage + func (x *NexelliadMessage) GetGetCurrentNetworkResponse() *GetCurrentNetworkResponseMessage + func (x *NexelliadMessage) GetGetHeadersRequest() *GetHeadersRequestMessage + func (x *NexelliadMessage) GetGetHeadersResponse() *GetHeadersResponseMessage + func (x *NexelliadMessage) GetGetInfoRequest() *GetInfoRequestMessage + func (x *NexelliadMessage) GetGetInfoResponse() *GetInfoResponseMessage + func (x *NexelliadMessage) GetGetMempoolEntriesByAddressesRequest() *GetMempoolEntriesByAddressesRequestMessage + func (x *NexelliadMessage) GetGetMempoolEntriesByAddressesResponse() *GetMempoolEntriesByAddressesResponseMessage + func (x *NexelliadMessage) GetGetMempoolEntriesRequest() *GetMempoolEntriesRequestMessage + func (x *NexelliadMessage) GetGetMempoolEntriesResponse() *GetMempoolEntriesResponseMessage + func (x *NexelliadMessage) GetGetMempoolEntryRequest() *GetMempoolEntryRequestMessage + func (x *NexelliadMessage) GetGetMempoolEntryResponse() *GetMempoolEntryResponseMessage + func (x *NexelliadMessage) GetGetPeerAddressesRequest() *GetPeerAddressesRequestMessage + func (x *NexelliadMessage) GetGetPeerAddressesResponse() *GetPeerAddressesResponseMessage + func (x *NexelliadMessage) GetGetSelectedTipHashRequest() *GetSelectedTipHashRequestMessage + func (x *NexelliadMessage) GetGetSelectedTipHashResponse() *GetSelectedTipHashResponseMessage + func (x *NexelliadMessage) GetGetSubnetworkRequest() *GetSubnetworkRequestMessage + func (x *NexelliadMessage) GetGetSubnetworkResponse() *GetSubnetworkResponseMessage + func (x *NexelliadMessage) GetGetUtxosByAddressesRequest() *GetUtxosByAddressesRequestMessage + func (x *NexelliadMessage) GetGetUtxosByAddressesResponse() *GetUtxosByAddressesResponseMessage + func (x *NexelliadMessage) GetGetVirtualSelectedParentBlueScoreRequest() *GetVirtualSelectedParentBlueScoreRequestMessage + func (x *NexelliadMessage) GetGetVirtualSelectedParentBlueScoreResponse() *GetVirtualSelectedParentBlueScoreResponseMessage + func (x *NexelliadMessage) GetGetVirtualSelectedParentChainFromBlockRequest() *GetVirtualSelectedParentChainFromBlockRequestMessage + func (x *NexelliadMessage) GetGetVirtualSelectedParentChainFromBlockResponse() *GetVirtualSelectedParentChainFromBlockResponseMessage + func (x *NexelliadMessage) GetIbdBlock() *BlockMessage + func (x *NexelliadMessage) GetIbdBlockLocator() *IbdBlockLocatorMessage + func (x *NexelliadMessage) GetIbdBlockLocatorHighestHash() *IbdBlockLocatorHighestHashMessage + func (x *NexelliadMessage) GetIbdBlockLocatorHighestHashNotFound() *IbdBlockLocatorHighestHashNotFoundMessage + func (x *NexelliadMessage) GetIbdChainBlockLocator() *IbdChainBlockLocatorMessage + func (x *NexelliadMessage) GetInvRelayBlock() *InvRelayBlockMessage + func (x *NexelliadMessage) GetInvTransactions() *InvTransactionsMessage + func (x *NexelliadMessage) GetNewBlockTemplateNotification() *NewBlockTemplateNotificationMessage + func (x *NexelliadMessage) GetNotifyBlockAddedRequest() *NotifyBlockAddedRequestMessage + func (x *NexelliadMessage) GetNotifyBlockAddedResponse() *NotifyBlockAddedResponseMessage + func (x *NexelliadMessage) GetNotifyFinalityConflictsRequest() *NotifyFinalityConflictsRequestMessage + func (x *NexelliadMessage) GetNotifyFinalityConflictsResponse() *NotifyFinalityConflictsResponseMessage + func (x *NexelliadMessage) GetNotifyNewBlockTemplateRequest() *NotifyNewBlockTemplateRequestMessage + func (x *NexelliadMessage) GetNotifyNewBlockTemplateResponse() *NotifyNewBlockTemplateResponseMessage + func (x *NexelliadMessage) GetNotifyPruningPointUTXOSetOverrideRequest() *NotifyPruningPointUTXOSetOverrideRequestMessage + func (x *NexelliadMessage) GetNotifyPruningPointUTXOSetOverrideResponse() *NotifyPruningPointUTXOSetOverrideResponseMessage + func (x *NexelliadMessage) GetNotifyUtxosChangedRequest() *NotifyUtxosChangedRequestMessage + func (x *NexelliadMessage) GetNotifyUtxosChangedResponse() *NotifyUtxosChangedResponseMessage + func (x *NexelliadMessage) GetNotifyVirtualDaaScoreChangedRequest() *NotifyVirtualDaaScoreChangedRequestMessage + func (x *NexelliadMessage) GetNotifyVirtualDaaScoreChangedResponse() *NotifyVirtualDaaScoreChangedResponseMessage + func (x *NexelliadMessage) GetNotifyVirtualSelectedParentBlueScoreChangedRequest() *NotifyVirtualSelectedParentBlueScoreChangedRequestMessage + func (x *NexelliadMessage) GetNotifyVirtualSelectedParentBlueScoreChangedResponse() *NotifyVirtualSelectedParentBlueScoreChangedResponseMessage + func (x *NexelliadMessage) GetNotifyVirtualSelectedParentChainChangedRequest() *NotifyVirtualSelectedParentChainChangedRequestMessage + func (x *NexelliadMessage) GetNotifyVirtualSelectedParentChainChangedResponse() *NotifyVirtualSelectedParentChainChangedResponseMessage + func (x *NexelliadMessage) GetPing() *PingMessage + func (x *NexelliadMessage) GetPong() *PongMessage + func (x *NexelliadMessage) GetPruningPointProof() *PruningPointProofMessage + func (x *NexelliadMessage) GetPruningPointUTXOSetOverrideNotification() *PruningPointUTXOSetOverrideNotificationMessage + func (x *NexelliadMessage) GetPruningPointUtxoSetChunk() *PruningPointUtxoSetChunkMessage + func (x *NexelliadMessage) GetPruningPoints() *PruningPointsMessage + func (x *NexelliadMessage) GetReady() *ReadyMessage + func (x *NexelliadMessage) GetReject() *RejectMessage + func (x *NexelliadMessage) GetRequestAddresses() *RequestAddressesMessage + func (x *NexelliadMessage) GetRequestAnticone() *RequestAnticoneMessage + func (x *NexelliadMessage) GetRequestBlockLocator() *RequestBlockLocatorMessage + func (x *NexelliadMessage) GetRequestHeaders() *RequestHeadersMessage + func (x *NexelliadMessage) GetRequestIBDBlocks() *RequestIBDBlocksMessage + func (x *NexelliadMessage) GetRequestIBDChainBlockLocator() *RequestIBDChainBlockLocatorMessage + func (x *NexelliadMessage) GetRequestNextHeaders() *RequestNextHeadersMessage + func (x *NexelliadMessage) GetRequestNextPruningPointAndItsAnticoneBlocks() *RequestNextPruningPointAndItsAnticoneBlocksMessage + func (x *NexelliadMessage) GetRequestNextPruningPointUtxoSetChunk() *RequestNextPruningPointUtxoSetChunkMessage + func (x *NexelliadMessage) GetRequestPruningPointAndItsAnticone() *RequestPruningPointAndItsAnticoneMessage + func (x *NexelliadMessage) GetRequestPruningPointProof() *RequestPruningPointProofMessage + func (x *NexelliadMessage) GetRequestPruningPointUTXOSet() *RequestPruningPointUTXOSetMessage + func (x *NexelliadMessage) GetRequestRelayBlocks() *RequestRelayBlocksMessage + func (x *NexelliadMessage) GetRequestTransactions() *RequestTransactionsMessage + func (x *NexelliadMessage) GetResolveFinalityConflictRequest() *ResolveFinalityConflictRequestMessage + func (x *NexelliadMessage) GetResolveFinalityConflictResponse() *ResolveFinalityConflictResponseMessage + func (x *NexelliadMessage) GetShutDownRequest() *ShutDownRequestMessage + func (x *NexelliadMessage) GetShutDownResponse() *ShutDownResponseMessage + func (x *NexelliadMessage) GetStopNotifyingPruningPointUTXOSetOverrideRequest() *StopNotifyingPruningPointUTXOSetOverrideRequestMessage + func (x *NexelliadMessage) GetStopNotifyingPruningPointUTXOSetOverrideResponse() *StopNotifyingPruningPointUTXOSetOverrideResponseMessage + func (x *NexelliadMessage) GetStopNotifyingUtxosChangedRequest() *StopNotifyingUtxosChangedRequestMessage + func (x *NexelliadMessage) GetStopNotifyingUtxosChangedResponse() *StopNotifyingUtxosChangedResponseMessage + func (x *NexelliadMessage) GetSubmitBlockRequest() *SubmitBlockRequestMessage + func (x *NexelliadMessage) GetSubmitBlockResponse() *SubmitBlockResponseMessage + func (x *NexelliadMessage) GetSubmitTransactionRequest() *SubmitTransactionRequestMessage + func (x *NexelliadMessage) GetSubmitTransactionResponse() *SubmitTransactionResponseMessage + func (x *NexelliadMessage) GetTransaction() *TransactionMessage + func (x *NexelliadMessage) GetTransactionNotFound() *TransactionNotFoundMessage + func (x *NexelliadMessage) GetTrustedData() *TrustedDataMessage + func (x *NexelliadMessage) GetUnbanRequest() *UnbanRequestMessage + func (x *NexelliadMessage) GetUnbanResponse() *UnbanResponseMessage + func (x *NexelliadMessage) GetUnexpectedPruningPoint() *UnexpectedPruningPointMessage + func (x *NexelliadMessage) GetUtxosChangedNotification() *UtxosChangedNotificationMessage + func (x *NexelliadMessage) GetVerack() *VerackMessage + func (x *NexelliadMessage) GetVersion() *VersionMessage + func (x *NexelliadMessage) GetVirtualDaaScoreChangedNotification() *VirtualDaaScoreChangedNotificationMessage + func (x *NexelliadMessage) GetVirtualSelectedParentBlueScoreChangedNotification() *VirtualSelectedParentBlueScoreChangedNotificationMessage + func (x *NexelliadMessage) GetVirtualSelectedParentChainChangedNotification() *VirtualSelectedParentChainChangedNotificationMessage + func (x *NexelliadMessage) ProtoReflect() protoreflect.Message + func (x *NexelliadMessage) Reset() + func (x *NexelliadMessage) String() string + func (x *NexelliadMessage) ToAppMessage() (appmessage.Message, error) + type NexelliadMessage_AddPeerRequest struct + AddPeerRequest *AddPeerRequestMessage + type NexelliadMessage_AddPeerResponse struct + AddPeerResponse *AddPeerResponseMessage + type NexelliadMessage_Addresses struct + Addresses *AddressesMessage + type NexelliadMessage_BanRequest struct + BanRequest *BanRequestMessage + type NexelliadMessage_BanResponse struct + BanResponse *BanResponseMessage + type NexelliadMessage_Block struct + Block *BlockMessage + type NexelliadMessage_BlockAddedNotification struct + BlockAddedNotification *BlockAddedNotificationMessage + type NexelliadMessage_BlockHeaders struct + BlockHeaders *BlockHeadersMessage + type NexelliadMessage_BlockLocator struct + BlockLocator *BlockLocatorMessage + type NexelliadMessage_BlockWithTrustedData struct + BlockWithTrustedData *BlockWithTrustedDataMessage + type NexelliadMessage_BlockWithTrustedDataV4 struct + BlockWithTrustedDataV4 *BlockWithTrustedDataV4Message + type NexelliadMessage_DoneBlocksWithTrustedData struct + DoneBlocksWithTrustedData *DoneBlocksWithTrustedDataMessage + type NexelliadMessage_DoneHeaders struct + DoneHeaders *DoneHeadersMessage + type NexelliadMessage_DonePruningPointUtxoSetChunks struct + DonePruningPointUtxoSetChunks *DonePruningPointUtxoSetChunksMessage + type NexelliadMessage_EstimateNetworkHashesPerSecondRequest struct + EstimateNetworkHashesPerSecondRequest *EstimateNetworkHashesPerSecondRequestMessage + type NexelliadMessage_EstimateNetworkHashesPerSecondResponse struct + EstimateNetworkHashesPerSecondResponse *EstimateNetworkHashesPerSecondResponseMessage + type NexelliadMessage_FinalityConflictNotification struct + FinalityConflictNotification *FinalityConflictNotificationMessage + type NexelliadMessage_FinalityConflictResolvedNotification struct + FinalityConflictResolvedNotification *FinalityConflictResolvedNotificationMessage + type NexelliadMessage_GetBalanceByAddressRequest struct + GetBalanceByAddressRequest *GetBalanceByAddressRequestMessage + type NexelliadMessage_GetBalanceByAddressResponse struct + GetBalanceByAddressResponse *GetBalanceByAddressResponseMessage + type NexelliadMessage_GetBalancesByAddressesRequest struct + GetBalancesByAddressesRequest *GetBalancesByAddressesRequestMessage + type NexelliadMessage_GetBalancesByAddressesResponse struct + GetBalancesByAddressesResponse *GetBalancesByAddressesResponseMessage + type NexelliadMessage_GetBlockCountRequest struct + GetBlockCountRequest *GetBlockCountRequestMessage + type NexelliadMessage_GetBlockCountResponse struct + GetBlockCountResponse *GetBlockCountResponseMessage + type NexelliadMessage_GetBlockDagInfoRequest struct + GetBlockDagInfoRequest *GetBlockDagInfoRequestMessage + type NexelliadMessage_GetBlockDagInfoResponse struct + GetBlockDagInfoResponse *GetBlockDagInfoResponseMessage + type NexelliadMessage_GetBlockRequest struct + GetBlockRequest *GetBlockRequestMessage + type NexelliadMessage_GetBlockResponse struct + GetBlockResponse *GetBlockResponseMessage + type NexelliadMessage_GetBlockTemplateRequest struct + GetBlockTemplateRequest *GetBlockTemplateRequestMessage + type NexelliadMessage_GetBlockTemplateResponse struct + GetBlockTemplateResponse *GetBlockTemplateResponseMessage + type NexelliadMessage_GetBlocksRequest struct + GetBlocksRequest *GetBlocksRequestMessage + type NexelliadMessage_GetBlocksResponse struct + GetBlocksResponse *GetBlocksResponseMessage + type NexelliadMessage_GetCoinSupplyRequest struct + GetCoinSupplyRequest *GetCoinSupplyRequestMessage + type NexelliadMessage_GetCoinSupplyResponse struct + GetCoinSupplyResponse *GetCoinSupplyResponseMessage + type NexelliadMessage_GetConnectedPeerInfoRequest struct + GetConnectedPeerInfoRequest *GetConnectedPeerInfoRequestMessage + type NexelliadMessage_GetConnectedPeerInfoResponse struct + GetConnectedPeerInfoResponse *GetConnectedPeerInfoResponseMessage + type NexelliadMessage_GetCurrentNetworkRequest struct + GetCurrentNetworkRequest *GetCurrentNetworkRequestMessage + type NexelliadMessage_GetCurrentNetworkResponse struct + GetCurrentNetworkResponse *GetCurrentNetworkResponseMessage + type NexelliadMessage_GetHeadersRequest struct + GetHeadersRequest *GetHeadersRequestMessage + type NexelliadMessage_GetHeadersResponse struct + GetHeadersResponse *GetHeadersResponseMessage + type NexelliadMessage_GetInfoRequest struct + GetInfoRequest *GetInfoRequestMessage + type NexelliadMessage_GetInfoResponse struct + GetInfoResponse *GetInfoResponseMessage + type NexelliadMessage_GetMempoolEntriesByAddressesRequest struct + GetMempoolEntriesByAddressesRequest *GetMempoolEntriesByAddressesRequestMessage + type NexelliadMessage_GetMempoolEntriesByAddressesResponse struct + GetMempoolEntriesByAddressesResponse *GetMempoolEntriesByAddressesResponseMessage + type NexelliadMessage_GetMempoolEntriesRequest struct + GetMempoolEntriesRequest *GetMempoolEntriesRequestMessage + type NexelliadMessage_GetMempoolEntriesResponse struct + GetMempoolEntriesResponse *GetMempoolEntriesResponseMessage + type NexelliadMessage_GetMempoolEntryRequest struct + GetMempoolEntryRequest *GetMempoolEntryRequestMessage + type NexelliadMessage_GetMempoolEntryResponse struct + GetMempoolEntryResponse *GetMempoolEntryResponseMessage + type NexelliadMessage_GetPeerAddressesRequest struct + GetPeerAddressesRequest *GetPeerAddressesRequestMessage + type NexelliadMessage_GetPeerAddressesResponse struct + GetPeerAddressesResponse *GetPeerAddressesResponseMessage + type NexelliadMessage_GetSelectedTipHashRequest struct + GetSelectedTipHashRequest *GetSelectedTipHashRequestMessage + type NexelliadMessage_GetSelectedTipHashResponse struct + GetSelectedTipHashResponse *GetSelectedTipHashResponseMessage + type NexelliadMessage_GetSubnetworkRequest struct + GetSubnetworkRequest *GetSubnetworkRequestMessage + type NexelliadMessage_GetSubnetworkResponse struct + GetSubnetworkResponse *GetSubnetworkResponseMessage + type NexelliadMessage_GetUtxosByAddressesRequest struct + GetUtxosByAddressesRequest *GetUtxosByAddressesRequestMessage + type NexelliadMessage_GetUtxosByAddressesResponse struct + GetUtxosByAddressesResponse *GetUtxosByAddressesResponseMessage + type NexelliadMessage_GetVirtualSelectedParentBlueScoreRequest struct + GetVirtualSelectedParentBlueScoreRequest *GetVirtualSelectedParentBlueScoreRequestMessage + type NexelliadMessage_GetVirtualSelectedParentBlueScoreResponse struct + GetVirtualSelectedParentBlueScoreResponse *GetVirtualSelectedParentBlueScoreResponseMessage + type NexelliadMessage_GetVirtualSelectedParentChainFromBlockRequest struct + GetVirtualSelectedParentChainFromBlockRequest *GetVirtualSelectedParentChainFromBlockRequestMessage + type NexelliadMessage_GetVirtualSelectedParentChainFromBlockResponse struct + GetVirtualSelectedParentChainFromBlockResponse *GetVirtualSelectedParentChainFromBlockResponseMessage + type NexelliadMessage_IbdBlock struct + IbdBlock *BlockMessage + type NexelliadMessage_IbdBlockLocator struct + IbdBlockLocator *IbdBlockLocatorMessage + type NexelliadMessage_IbdBlockLocatorHighestHash struct + IbdBlockLocatorHighestHash *IbdBlockLocatorHighestHashMessage + type NexelliadMessage_IbdBlockLocatorHighestHashNotFound struct + IbdBlockLocatorHighestHashNotFound *IbdBlockLocatorHighestHashNotFoundMessage + type NexelliadMessage_IbdChainBlockLocator struct + IbdChainBlockLocator *IbdChainBlockLocatorMessage + type NexelliadMessage_InvRelayBlock struct + InvRelayBlock *InvRelayBlockMessage + type NexelliadMessage_InvTransactions struct + InvTransactions *InvTransactionsMessage + type NexelliadMessage_NewBlockTemplateNotification struct + NewBlockTemplateNotification *NewBlockTemplateNotificationMessage + type NexelliadMessage_NotifyBlockAddedRequest struct + NotifyBlockAddedRequest *NotifyBlockAddedRequestMessage + type NexelliadMessage_NotifyBlockAddedResponse struct + NotifyBlockAddedResponse *NotifyBlockAddedResponseMessage + type NexelliadMessage_NotifyFinalityConflictsRequest struct + NotifyFinalityConflictsRequest *NotifyFinalityConflictsRequestMessage + type NexelliadMessage_NotifyFinalityConflictsResponse struct + NotifyFinalityConflictsResponse *NotifyFinalityConflictsResponseMessage + type NexelliadMessage_NotifyNewBlockTemplateRequest struct + NotifyNewBlockTemplateRequest *NotifyNewBlockTemplateRequestMessage + type NexelliadMessage_NotifyNewBlockTemplateResponse struct + NotifyNewBlockTemplateResponse *NotifyNewBlockTemplateResponseMessage + type NexelliadMessage_NotifyPruningPointUTXOSetOverrideRequest struct + NotifyPruningPointUTXOSetOverrideRequest *NotifyPruningPointUTXOSetOverrideRequestMessage + type NexelliadMessage_NotifyPruningPointUTXOSetOverrideResponse struct + NotifyPruningPointUTXOSetOverrideResponse *NotifyPruningPointUTXOSetOverrideResponseMessage + type NexelliadMessage_NotifyUtxosChangedRequest struct + NotifyUtxosChangedRequest *NotifyUtxosChangedRequestMessage + type NexelliadMessage_NotifyUtxosChangedResponse struct + NotifyUtxosChangedResponse *NotifyUtxosChangedResponseMessage + type NexelliadMessage_NotifyVirtualDaaScoreChangedRequest struct + NotifyVirtualDaaScoreChangedRequest *NotifyVirtualDaaScoreChangedRequestMessage + type NexelliadMessage_NotifyVirtualDaaScoreChangedResponse struct + NotifyVirtualDaaScoreChangedResponse *NotifyVirtualDaaScoreChangedResponseMessage + type NexelliadMessage_NotifyVirtualSelectedParentBlueScoreChangedRequest struct + NotifyVirtualSelectedParentBlueScoreChangedRequest *NotifyVirtualSelectedParentBlueScoreChangedRequestMessage + type NexelliadMessage_NotifyVirtualSelectedParentBlueScoreChangedResponse struct + NotifyVirtualSelectedParentBlueScoreChangedResponse *NotifyVirtualSelectedParentBlueScoreChangedResponseMessage + type NexelliadMessage_NotifyVirtualSelectedParentChainChangedRequest struct + NotifyVirtualSelectedParentChainChangedRequest *NotifyVirtualSelectedParentChainChangedRequestMessage + type NexelliadMessage_NotifyVirtualSelectedParentChainChangedResponse struct + NotifyVirtualSelectedParentChainChangedResponse *NotifyVirtualSelectedParentChainChangedResponseMessage + type NexelliadMessage_Ping struct + Ping *PingMessage + type NexelliadMessage_Pong struct + Pong *PongMessage + type NexelliadMessage_PruningPointProof struct + PruningPointProof *PruningPointProofMessage + type NexelliadMessage_PruningPointUTXOSetOverrideNotification struct + PruningPointUTXOSetOverrideNotification *PruningPointUTXOSetOverrideNotificationMessage + type NexelliadMessage_PruningPointUtxoSetChunk struct + PruningPointUtxoSetChunk *PruningPointUtxoSetChunkMessage + type NexelliadMessage_PruningPoints struct + PruningPoints *PruningPointsMessage + type NexelliadMessage_Ready struct + Ready *ReadyMessage + type NexelliadMessage_Reject struct + Reject *RejectMessage + type NexelliadMessage_RequestAddresses struct + RequestAddresses *RequestAddressesMessage + type NexelliadMessage_RequestAnticone struct + RequestAnticone *RequestAnticoneMessage + type NexelliadMessage_RequestBlockLocator struct + RequestBlockLocator *RequestBlockLocatorMessage + type NexelliadMessage_RequestHeaders struct + RequestHeaders *RequestHeadersMessage + type NexelliadMessage_RequestIBDBlocks struct + RequestIBDBlocks *RequestIBDBlocksMessage + type NexelliadMessage_RequestIBDChainBlockLocator struct + RequestIBDChainBlockLocator *RequestIBDChainBlockLocatorMessage + type NexelliadMessage_RequestNextHeaders struct + RequestNextHeaders *RequestNextHeadersMessage + type NexelliadMessage_RequestNextPruningPointAndItsAnticoneBlocks struct + RequestNextPruningPointAndItsAnticoneBlocks *RequestNextPruningPointAndItsAnticoneBlocksMessage + type NexelliadMessage_RequestNextPruningPointUtxoSetChunk struct + RequestNextPruningPointUtxoSetChunk *RequestNextPruningPointUtxoSetChunkMessage + type NexelliadMessage_RequestPruningPointAndItsAnticone struct + RequestPruningPointAndItsAnticone *RequestPruningPointAndItsAnticoneMessage + type NexelliadMessage_RequestPruningPointProof struct + RequestPruningPointProof *RequestPruningPointProofMessage + type NexelliadMessage_RequestPruningPointUTXOSet struct + RequestPruningPointUTXOSet *RequestPruningPointUTXOSetMessage + type NexelliadMessage_RequestRelayBlocks struct + RequestRelayBlocks *RequestRelayBlocksMessage + type NexelliadMessage_RequestTransactions struct + RequestTransactions *RequestTransactionsMessage + type NexelliadMessage_ResolveFinalityConflictRequest struct + ResolveFinalityConflictRequest *ResolveFinalityConflictRequestMessage + type NexelliadMessage_ResolveFinalityConflictResponse struct + ResolveFinalityConflictResponse *ResolveFinalityConflictResponseMessage + type NexelliadMessage_ShutDownRequest struct + ShutDownRequest *ShutDownRequestMessage + type NexelliadMessage_ShutDownResponse struct + ShutDownResponse *ShutDownResponseMessage + type NexelliadMessage_StopNotifyingPruningPointUTXOSetOverrideRequest struct + StopNotifyingPruningPointUTXOSetOverrideRequest *StopNotifyingPruningPointUTXOSetOverrideRequestMessage + type NexelliadMessage_StopNotifyingPruningPointUTXOSetOverrideResponse struct + StopNotifyingPruningPointUTXOSetOverrideResponse *StopNotifyingPruningPointUTXOSetOverrideResponseMessage + type NexelliadMessage_StopNotifyingUtxosChangedRequest struct + StopNotifyingUtxosChangedRequest *StopNotifyingUtxosChangedRequestMessage + type NexelliadMessage_StopNotifyingUtxosChangedResponse struct + StopNotifyingUtxosChangedResponse *StopNotifyingUtxosChangedResponseMessage + type NexelliadMessage_SubmitBlockRequest struct + SubmitBlockRequest *SubmitBlockRequestMessage + type NexelliadMessage_SubmitBlockResponse struct + SubmitBlockResponse *SubmitBlockResponseMessage + type NexelliadMessage_SubmitTransactionRequest struct + SubmitTransactionRequest *SubmitTransactionRequestMessage + type NexelliadMessage_SubmitTransactionResponse struct + SubmitTransactionResponse *SubmitTransactionResponseMessage + type NexelliadMessage_Transaction struct + Transaction *TransactionMessage + type NexelliadMessage_TransactionNotFound struct + TransactionNotFound *TransactionNotFoundMessage + type NexelliadMessage_TrustedData struct + TrustedData *TrustedDataMessage + type NexelliadMessage_UnbanRequest struct + UnbanRequest *UnbanRequestMessage + type NexelliadMessage_UnbanResponse struct + UnbanResponse *UnbanResponseMessage + type NexelliadMessage_UnexpectedPruningPoint struct + UnexpectedPruningPoint *UnexpectedPruningPointMessage + type NexelliadMessage_UtxosChangedNotification struct + UtxosChangedNotification *UtxosChangedNotificationMessage + type NexelliadMessage_Verack struct + Verack *VerackMessage + type NexelliadMessage_Version struct + Version *VersionMessage + type NexelliadMessage_VirtualDaaScoreChangedNotification struct + VirtualDaaScoreChangedNotification *VirtualDaaScoreChangedNotificationMessage + type NexelliadMessage_VirtualSelectedParentBlueScoreChangedNotification struct + VirtualSelectedParentBlueScoreChangedNotification *VirtualSelectedParentBlueScoreChangedNotificationMessage + type NexelliadMessage_VirtualSelectedParentChainChangedNotification struct + VirtualSelectedParentChainChangedNotification *VirtualSelectedParentChainChangedNotificationMessage + type NotifyBlockAddedRequestMessage struct + func (*NotifyBlockAddedRequestMessage) Descriptor() ([]byte, []int) + func (*NotifyBlockAddedRequestMessage) ProtoMessage() + func (x *NotifyBlockAddedRequestMessage) ProtoReflect() protoreflect.Message + func (x *NotifyBlockAddedRequestMessage) Reset() + func (x *NotifyBlockAddedRequestMessage) String() string + type NotifyBlockAddedResponseMessage struct + Error *RPCError + func (*NotifyBlockAddedResponseMessage) Descriptor() ([]byte, []int) + func (*NotifyBlockAddedResponseMessage) ProtoMessage() + func (x *NotifyBlockAddedResponseMessage) GetError() *RPCError + func (x *NotifyBlockAddedResponseMessage) ProtoReflect() protoreflect.Message + func (x *NotifyBlockAddedResponseMessage) Reset() + func (x *NotifyBlockAddedResponseMessage) String() string + type NotifyFinalityConflictsRequestMessage struct + func (*NotifyFinalityConflictsRequestMessage) Descriptor() ([]byte, []int) + func (*NotifyFinalityConflictsRequestMessage) ProtoMessage() + func (x *NotifyFinalityConflictsRequestMessage) ProtoReflect() protoreflect.Message + func (x *NotifyFinalityConflictsRequestMessage) Reset() + func (x *NotifyFinalityConflictsRequestMessage) String() string + type NotifyFinalityConflictsResponseMessage struct + Error *RPCError + func (*NotifyFinalityConflictsResponseMessage) Descriptor() ([]byte, []int) + func (*NotifyFinalityConflictsResponseMessage) ProtoMessage() + func (x *NotifyFinalityConflictsResponseMessage) GetError() *RPCError + func (x *NotifyFinalityConflictsResponseMessage) ProtoReflect() protoreflect.Message + func (x *NotifyFinalityConflictsResponseMessage) Reset() + func (x *NotifyFinalityConflictsResponseMessage) String() string + type NotifyNewBlockTemplateRequestMessage struct + func (*NotifyNewBlockTemplateRequestMessage) Descriptor() ([]byte, []int) + func (*NotifyNewBlockTemplateRequestMessage) ProtoMessage() + func (x *NotifyNewBlockTemplateRequestMessage) ProtoReflect() protoreflect.Message + func (x *NotifyNewBlockTemplateRequestMessage) Reset() + func (x *NotifyNewBlockTemplateRequestMessage) String() string + type NotifyNewBlockTemplateResponseMessage struct + Error *RPCError + func (*NotifyNewBlockTemplateResponseMessage) Descriptor() ([]byte, []int) + func (*NotifyNewBlockTemplateResponseMessage) ProtoMessage() + func (x *NotifyNewBlockTemplateResponseMessage) GetError() *RPCError + func (x *NotifyNewBlockTemplateResponseMessage) ProtoReflect() protoreflect.Message + func (x *NotifyNewBlockTemplateResponseMessage) Reset() + func (x *NotifyNewBlockTemplateResponseMessage) String() string + type NotifyPruningPointUTXOSetOverrideRequestMessage struct + func (*NotifyPruningPointUTXOSetOverrideRequestMessage) Descriptor() ([]byte, []int) + func (*NotifyPruningPointUTXOSetOverrideRequestMessage) ProtoMessage() + func (x *NotifyPruningPointUTXOSetOverrideRequestMessage) ProtoReflect() protoreflect.Message + func (x *NotifyPruningPointUTXOSetOverrideRequestMessage) Reset() + func (x *NotifyPruningPointUTXOSetOverrideRequestMessage) String() string + type NotifyPruningPointUTXOSetOverrideResponseMessage struct + Error *RPCError + func (*NotifyPruningPointUTXOSetOverrideResponseMessage) Descriptor() ([]byte, []int) + func (*NotifyPruningPointUTXOSetOverrideResponseMessage) ProtoMessage() + func (x *NotifyPruningPointUTXOSetOverrideResponseMessage) GetError() *RPCError + func (x *NotifyPruningPointUTXOSetOverrideResponseMessage) ProtoReflect() protoreflect.Message + func (x *NotifyPruningPointUTXOSetOverrideResponseMessage) Reset() + func (x *NotifyPruningPointUTXOSetOverrideResponseMessage) String() string + type NotifyUtxosChangedRequestMessage struct + Addresses []string + func (*NotifyUtxosChangedRequestMessage) Descriptor() ([]byte, []int) + func (*NotifyUtxosChangedRequestMessage) ProtoMessage() + func (x *NotifyUtxosChangedRequestMessage) GetAddresses() []string + func (x *NotifyUtxosChangedRequestMessage) ProtoReflect() protoreflect.Message + func (x *NotifyUtxosChangedRequestMessage) Reset() + func (x *NotifyUtxosChangedRequestMessage) String() string + type NotifyUtxosChangedResponseMessage struct + Error *RPCError + func (*NotifyUtxosChangedResponseMessage) Descriptor() ([]byte, []int) + func (*NotifyUtxosChangedResponseMessage) ProtoMessage() + func (x *NotifyUtxosChangedResponseMessage) GetError() *RPCError + func (x *NotifyUtxosChangedResponseMessage) ProtoReflect() protoreflect.Message + func (x *NotifyUtxosChangedResponseMessage) Reset() + func (x *NotifyUtxosChangedResponseMessage) String() string + type NotifyVirtualDaaScoreChangedRequestMessage struct + func (*NotifyVirtualDaaScoreChangedRequestMessage) Descriptor() ([]byte, []int) + func (*NotifyVirtualDaaScoreChangedRequestMessage) ProtoMessage() + func (x *NotifyVirtualDaaScoreChangedRequestMessage) ProtoReflect() protoreflect.Message + func (x *NotifyVirtualDaaScoreChangedRequestMessage) Reset() + func (x *NotifyVirtualDaaScoreChangedRequestMessage) String() string + type NotifyVirtualDaaScoreChangedResponseMessage struct + Error *RPCError + func (*NotifyVirtualDaaScoreChangedResponseMessage) Descriptor() ([]byte, []int) + func (*NotifyVirtualDaaScoreChangedResponseMessage) ProtoMessage() + func (x *NotifyVirtualDaaScoreChangedResponseMessage) GetError() *RPCError + func (x *NotifyVirtualDaaScoreChangedResponseMessage) ProtoReflect() protoreflect.Message + func (x *NotifyVirtualDaaScoreChangedResponseMessage) Reset() + func (x *NotifyVirtualDaaScoreChangedResponseMessage) String() string + type NotifyVirtualSelectedParentBlueScoreChangedRequestMessage struct + func (*NotifyVirtualSelectedParentBlueScoreChangedRequestMessage) Descriptor() ([]byte, []int) + func (*NotifyVirtualSelectedParentBlueScoreChangedRequestMessage) ProtoMessage() + func (x *NotifyVirtualSelectedParentBlueScoreChangedRequestMessage) ProtoReflect() protoreflect.Message + func (x *NotifyVirtualSelectedParentBlueScoreChangedRequestMessage) Reset() + func (x *NotifyVirtualSelectedParentBlueScoreChangedRequestMessage) String() string + type NotifyVirtualSelectedParentBlueScoreChangedResponseMessage struct + Error *RPCError + func (*NotifyVirtualSelectedParentBlueScoreChangedResponseMessage) Descriptor() ([]byte, []int) + func (*NotifyVirtualSelectedParentBlueScoreChangedResponseMessage) ProtoMessage() + func (x *NotifyVirtualSelectedParentBlueScoreChangedResponseMessage) GetError() *RPCError + func (x *NotifyVirtualSelectedParentBlueScoreChangedResponseMessage) ProtoReflect() protoreflect.Message + func (x *NotifyVirtualSelectedParentBlueScoreChangedResponseMessage) Reset() + func (x *NotifyVirtualSelectedParentBlueScoreChangedResponseMessage) String() string + type NotifyVirtualSelectedParentChainChangedRequestMessage struct + IncludeAcceptedTransactionIds bool + func (*NotifyVirtualSelectedParentChainChangedRequestMessage) Descriptor() ([]byte, []int) + func (*NotifyVirtualSelectedParentChainChangedRequestMessage) ProtoMessage() + func (x *NotifyVirtualSelectedParentChainChangedRequestMessage) GetIncludeAcceptedTransactionIds() bool + func (x *NotifyVirtualSelectedParentChainChangedRequestMessage) ProtoReflect() protoreflect.Message + func (x *NotifyVirtualSelectedParentChainChangedRequestMessage) Reset() + func (x *NotifyVirtualSelectedParentChainChangedRequestMessage) String() string + type NotifyVirtualSelectedParentChainChangedResponseMessage struct + Error *RPCError + func (*NotifyVirtualSelectedParentChainChangedResponseMessage) Descriptor() ([]byte, []int) + func (*NotifyVirtualSelectedParentChainChangedResponseMessage) ProtoMessage() + func (x *NotifyVirtualSelectedParentChainChangedResponseMessage) GetError() *RPCError + func (x *NotifyVirtualSelectedParentChainChangedResponseMessage) ProtoReflect() protoreflect.Message + func (x *NotifyVirtualSelectedParentChainChangedResponseMessage) Reset() + func (x *NotifyVirtualSelectedParentChainChangedResponseMessage) String() string + type Outpoint struct + Index uint32 + TransactionId *TransactionId + func (*Outpoint) Descriptor() ([]byte, []int) + func (*Outpoint) ProtoMessage() + func (x *Outpoint) GetIndex() uint32 + func (x *Outpoint) GetTransactionId() *TransactionId + func (x *Outpoint) ProtoReflect() protoreflect.Message + func (x *Outpoint) Reset() + func (x *Outpoint) String() string + type OutpointAndUtxoEntryPair struct + Outpoint *Outpoint + UtxoEntry *UtxoEntry + func (*OutpointAndUtxoEntryPair) Descriptor() ([]byte, []int) + func (*OutpointAndUtxoEntryPair) ProtoMessage() + func (x *OutpointAndUtxoEntryPair) GetOutpoint() *Outpoint + func (x *OutpointAndUtxoEntryPair) GetUtxoEntry() *UtxoEntry + func (x *OutpointAndUtxoEntryPair) ProtoReflect() protoreflect.Message + func (x *OutpointAndUtxoEntryPair) Reset() + func (x *OutpointAndUtxoEntryPair) String() string + type P2PClient interface + MessageStream func(ctx context.Context, opts ...grpc.CallOption) (P2P_MessageStreamClient, error) + func NewP2PClient(cc grpc.ClientConnInterface) P2PClient + type P2PServer interface + MessageStream func(P2P_MessageStreamServer) error + type P2P_MessageStreamClient interface + Recv func() (*NexelliadMessage, error) + Send func(*NexelliadMessage) error + type P2P_MessageStreamServer interface + Recv func() (*NexelliadMessage, error) + Send func(*NexelliadMessage) error + type PingMessage struct + Nonce uint64 + func (*PingMessage) Descriptor() ([]byte, []int) + func (*PingMessage) ProtoMessage() + func (x *PingMessage) GetNonce() uint64 + func (x *PingMessage) ProtoReflect() protoreflect.Message + func (x *PingMessage) Reset() + func (x *PingMessage) String() string + type PongMessage struct + Nonce uint64 + func (*PongMessage) Descriptor() ([]byte, []int) + func (*PongMessage) ProtoMessage() + func (x *PongMessage) GetNonce() uint64 + func (x *PongMessage) ProtoReflect() protoreflect.Message + func (x *PongMessage) Reset() + func (x *PongMessage) String() string + type PruningPointProofHeaderArray struct + Headers []*BlockHeader + func (*PruningPointProofHeaderArray) Descriptor() ([]byte, []int) + func (*PruningPointProofHeaderArray) ProtoMessage() + func (x *PruningPointProofHeaderArray) GetHeaders() []*BlockHeader + func (x *PruningPointProofHeaderArray) ProtoReflect() protoreflect.Message + func (x *PruningPointProofHeaderArray) Reset() + func (x *PruningPointProofHeaderArray) String() string + type PruningPointProofMessage struct + Headers []*PruningPointProofHeaderArray + func (*PruningPointProofMessage) Descriptor() ([]byte, []int) + func (*PruningPointProofMessage) ProtoMessage() + func (x *PruningPointProofMessage) GetHeaders() []*PruningPointProofHeaderArray + func (x *PruningPointProofMessage) ProtoReflect() protoreflect.Message + func (x *PruningPointProofMessage) Reset() + func (x *PruningPointProofMessage) String() string + type PruningPointUTXOSetOverrideNotificationMessage struct + func (*PruningPointUTXOSetOverrideNotificationMessage) Descriptor() ([]byte, []int) + func (*PruningPointUTXOSetOverrideNotificationMessage) ProtoMessage() + func (x *PruningPointUTXOSetOverrideNotificationMessage) ProtoReflect() protoreflect.Message + func (x *PruningPointUTXOSetOverrideNotificationMessage) Reset() + func (x *PruningPointUTXOSetOverrideNotificationMessage) String() string + type PruningPointUtxoSetChunkMessage struct + OutpointAndUtxoEntryPairs []*OutpointAndUtxoEntryPair + func (*PruningPointUtxoSetChunkMessage) Descriptor() ([]byte, []int) + func (*PruningPointUtxoSetChunkMessage) ProtoMessage() + func (x *PruningPointUtxoSetChunkMessage) GetOutpointAndUtxoEntryPairs() []*OutpointAndUtxoEntryPair + func (x *PruningPointUtxoSetChunkMessage) ProtoReflect() protoreflect.Message + func (x *PruningPointUtxoSetChunkMessage) Reset() + func (x *PruningPointUtxoSetChunkMessage) String() string + type PruningPointsMessage struct + Headers []*BlockHeader + func (*PruningPointsMessage) Descriptor() ([]byte, []int) + func (*PruningPointsMessage) ProtoMessage() + func (x *PruningPointsMessage) GetHeaders() []*BlockHeader + func (x *PruningPointsMessage) ProtoReflect() protoreflect.Message + func (x *PruningPointsMessage) Reset() + func (x *PruningPointsMessage) String() string + type RPCClient interface + MessageStream func(ctx context.Context, opts ...grpc.CallOption) (RPC_MessageStreamClient, error) + func NewRPCClient(cc grpc.ClientConnInterface) RPCClient + type RPCError struct + Message string + func (*RPCError) Descriptor() ([]byte, []int) + func (*RPCError) ProtoMessage() + func (x *RPCError) GetMessage() string + func (x *RPCError) ProtoReflect() protoreflect.Message + func (x *RPCError) Reset() + func (x *RPCError) String() string + type RPCServer interface + MessageStream func(RPC_MessageStreamServer) error + type RPC_MessageStreamClient interface + Recv func() (*NexelliadMessage, error) + Send func(*NexelliadMessage) error + type RPC_MessageStreamServer interface + Recv func() (*NexelliadMessage, error) + Send func(*NexelliadMessage) error + type ReadyMessage struct + func (*ReadyMessage) Descriptor() ([]byte, []int) + func (*ReadyMessage) ProtoMessage() + func (x *ReadyMessage) ProtoReflect() protoreflect.Message + func (x *ReadyMessage) Reset() + func (x *ReadyMessage) String() string + type RejectMessage struct + Reason string + func (*RejectMessage) Descriptor() ([]byte, []int) + func (*RejectMessage) ProtoMessage() + func (x *RejectMessage) GetReason() string + func (x *RejectMessage) ProtoReflect() protoreflect.Message + func (x *RejectMessage) Reset() + func (x *RejectMessage) String() string + type RequestAddressesMessage struct + IncludeAllSubnetworks bool + SubnetworkId *SubnetworkId + func (*RequestAddressesMessage) Descriptor() ([]byte, []int) + func (*RequestAddressesMessage) ProtoMessage() + func (x *RequestAddressesMessage) GetIncludeAllSubnetworks() bool + func (x *RequestAddressesMessage) GetSubnetworkId() *SubnetworkId + func (x *RequestAddressesMessage) ProtoReflect() protoreflect.Message + func (x *RequestAddressesMessage) Reset() + func (x *RequestAddressesMessage) String() string + type RequestAnticoneMessage struct + BlockHash *Hash + ContextHash *Hash + func (*RequestAnticoneMessage) Descriptor() ([]byte, []int) + func (*RequestAnticoneMessage) ProtoMessage() + func (x *RequestAnticoneMessage) GetBlockHash() *Hash + func (x *RequestAnticoneMessage) GetContextHash() *Hash + func (x *RequestAnticoneMessage) ProtoReflect() protoreflect.Message + func (x *RequestAnticoneMessage) Reset() + func (x *RequestAnticoneMessage) String() string + type RequestBlockLocatorMessage struct + HighHash *Hash + Limit uint32 + func (*RequestBlockLocatorMessage) Descriptor() ([]byte, []int) + func (*RequestBlockLocatorMessage) ProtoMessage() + func (x *RequestBlockLocatorMessage) GetHighHash() *Hash + func (x *RequestBlockLocatorMessage) GetLimit() uint32 + func (x *RequestBlockLocatorMessage) ProtoReflect() protoreflect.Message + func (x *RequestBlockLocatorMessage) Reset() + func (x *RequestBlockLocatorMessage) String() string + type RequestHeadersMessage struct + HighHash *Hash + LowHash *Hash + func (*RequestHeadersMessage) Descriptor() ([]byte, []int) + func (*RequestHeadersMessage) ProtoMessage() + func (x *RequestHeadersMessage) GetHighHash() *Hash + func (x *RequestHeadersMessage) GetLowHash() *Hash + func (x *RequestHeadersMessage) ProtoReflect() protoreflect.Message + func (x *RequestHeadersMessage) Reset() + func (x *RequestHeadersMessage) String() string + type RequestIBDBlocksMessage struct + Hashes []*Hash + func (*RequestIBDBlocksMessage) Descriptor() ([]byte, []int) + func (*RequestIBDBlocksMessage) ProtoMessage() + func (x *RequestIBDBlocksMessage) GetHashes() []*Hash + func (x *RequestIBDBlocksMessage) ProtoReflect() protoreflect.Message + func (x *RequestIBDBlocksMessage) Reset() + func (x *RequestIBDBlocksMessage) String() string + type RequestIBDChainBlockLocatorMessage struct + HighHash *Hash + LowHash *Hash + func (*RequestIBDChainBlockLocatorMessage) Descriptor() ([]byte, []int) + func (*RequestIBDChainBlockLocatorMessage) ProtoMessage() + func (x *RequestIBDChainBlockLocatorMessage) GetHighHash() *Hash + func (x *RequestIBDChainBlockLocatorMessage) GetLowHash() *Hash + func (x *RequestIBDChainBlockLocatorMessage) ProtoReflect() protoreflect.Message + func (x *RequestIBDChainBlockLocatorMessage) Reset() + func (x *RequestIBDChainBlockLocatorMessage) String() string + type RequestNextHeadersMessage struct + func (*RequestNextHeadersMessage) Descriptor() ([]byte, []int) + func (*RequestNextHeadersMessage) ProtoMessage() + func (x *RequestNextHeadersMessage) ProtoReflect() protoreflect.Message + func (x *RequestNextHeadersMessage) Reset() + func (x *RequestNextHeadersMessage) String() string + type RequestNextPruningPointAndItsAnticoneBlocksMessage struct + func (*RequestNextPruningPointAndItsAnticoneBlocksMessage) Descriptor() ([]byte, []int) + func (*RequestNextPruningPointAndItsAnticoneBlocksMessage) ProtoMessage() + func (x *RequestNextPruningPointAndItsAnticoneBlocksMessage) ProtoReflect() protoreflect.Message + func (x *RequestNextPruningPointAndItsAnticoneBlocksMessage) Reset() + func (x *RequestNextPruningPointAndItsAnticoneBlocksMessage) String() string + type RequestNextPruningPointUtxoSetChunkMessage struct + func (*RequestNextPruningPointUtxoSetChunkMessage) Descriptor() ([]byte, []int) + func (*RequestNextPruningPointUtxoSetChunkMessage) ProtoMessage() + func (x *RequestNextPruningPointUtxoSetChunkMessage) ProtoReflect() protoreflect.Message + func (x *RequestNextPruningPointUtxoSetChunkMessage) Reset() + func (x *RequestNextPruningPointUtxoSetChunkMessage) String() string + type RequestPruningPointAndItsAnticoneMessage struct + func (*RequestPruningPointAndItsAnticoneMessage) Descriptor() ([]byte, []int) + func (*RequestPruningPointAndItsAnticoneMessage) ProtoMessage() + func (x *RequestPruningPointAndItsAnticoneMessage) ProtoReflect() protoreflect.Message + func (x *RequestPruningPointAndItsAnticoneMessage) Reset() + func (x *RequestPruningPointAndItsAnticoneMessage) String() string + type RequestPruningPointProofMessage struct + func (*RequestPruningPointProofMessage) Descriptor() ([]byte, []int) + func (*RequestPruningPointProofMessage) ProtoMessage() + func (x *RequestPruningPointProofMessage) ProtoReflect() protoreflect.Message + func (x *RequestPruningPointProofMessage) Reset() + func (x *RequestPruningPointProofMessage) String() string + type RequestPruningPointUTXOSetMessage struct + PruningPointHash *Hash + func (*RequestPruningPointUTXOSetMessage) Descriptor() ([]byte, []int) + func (*RequestPruningPointUTXOSetMessage) ProtoMessage() + func (x *RequestPruningPointUTXOSetMessage) GetPruningPointHash() *Hash + func (x *RequestPruningPointUTXOSetMessage) ProtoReflect() protoreflect.Message + func (x *RequestPruningPointUTXOSetMessage) Reset() + func (x *RequestPruningPointUTXOSetMessage) String() string + type RequestRelayBlocksMessage struct + Hashes []*Hash + func (*RequestRelayBlocksMessage) Descriptor() ([]byte, []int) + func (*RequestRelayBlocksMessage) ProtoMessage() + func (x *RequestRelayBlocksMessage) GetHashes() []*Hash + func (x *RequestRelayBlocksMessage) ProtoReflect() protoreflect.Message + func (x *RequestRelayBlocksMessage) Reset() + func (x *RequestRelayBlocksMessage) String() string + type RequestTransactionsMessage struct + Ids []*TransactionId + func (*RequestTransactionsMessage) Descriptor() ([]byte, []int) + func (*RequestTransactionsMessage) ProtoMessage() + func (x *RequestTransactionsMessage) GetIds() []*TransactionId + func (x *RequestTransactionsMessage) ProtoReflect() protoreflect.Message + func (x *RequestTransactionsMessage) Reset() + func (x *RequestTransactionsMessage) String() string + type ResolveFinalityConflictRequestMessage struct + FinalityBlockHash string + func (*ResolveFinalityConflictRequestMessage) Descriptor() ([]byte, []int) + func (*ResolveFinalityConflictRequestMessage) ProtoMessage() + func (x *ResolveFinalityConflictRequestMessage) GetFinalityBlockHash() string + func (x *ResolveFinalityConflictRequestMessage) ProtoReflect() protoreflect.Message + func (x *ResolveFinalityConflictRequestMessage) Reset() + func (x *ResolveFinalityConflictRequestMessage) String() string + type ResolveFinalityConflictResponseMessage struct + Error *RPCError + func (*ResolveFinalityConflictResponseMessage) Descriptor() ([]byte, []int) + func (*ResolveFinalityConflictResponseMessage) ProtoMessage() + func (x *ResolveFinalityConflictResponseMessage) GetError() *RPCError + func (x *ResolveFinalityConflictResponseMessage) ProtoReflect() protoreflect.Message + func (x *ResolveFinalityConflictResponseMessage) Reset() + func (x *ResolveFinalityConflictResponseMessage) String() string + type RpcBlock struct + Header *RpcBlockHeader + Transactions []*RpcTransaction + VerboseData *RpcBlockVerboseData + func (*RpcBlock) Descriptor() ([]byte, []int) + func (*RpcBlock) ProtoMessage() + func (x *RpcBlock) GetHeader() *RpcBlockHeader + func (x *RpcBlock) GetTransactions() []*RpcTransaction + func (x *RpcBlock) GetVerboseData() *RpcBlockVerboseData + func (x *RpcBlock) ProtoReflect() protoreflect.Message + func (x *RpcBlock) Reset() + func (x *RpcBlock) String() string + type RpcBlockHeader struct + AcceptedIdMerkleRoot string + Bits uint32 + BlueScore uint64 + BlueWork string + DaaScore uint64 + HashMerkleRoot string + Nonce uint64 + Parents []*RpcBlockLevelParents + PruningPoint string + Timestamp int64 + UtxoCommitment string + Version uint32 + func (*RpcBlockHeader) Descriptor() ([]byte, []int) + func (*RpcBlockHeader) ProtoMessage() + func (x *RpcBlockHeader) GetAcceptedIdMerkleRoot() string + func (x *RpcBlockHeader) GetBits() uint32 + func (x *RpcBlockHeader) GetBlueScore() uint64 + func (x *RpcBlockHeader) GetBlueWork() string + func (x *RpcBlockHeader) GetDaaScore() uint64 + func (x *RpcBlockHeader) GetHashMerkleRoot() string + func (x *RpcBlockHeader) GetNonce() uint64 + func (x *RpcBlockHeader) GetParents() []*RpcBlockLevelParents + func (x *RpcBlockHeader) GetPruningPoint() string + func (x *RpcBlockHeader) GetTimestamp() int64 + func (x *RpcBlockHeader) GetUtxoCommitment() string + func (x *RpcBlockHeader) GetVersion() uint32 + func (x *RpcBlockHeader) ProtoReflect() protoreflect.Message + func (x *RpcBlockHeader) Reset() + func (x *RpcBlockHeader) String() string + type RpcBlockLevelParents struct + ParentHashes []string + func (*RpcBlockLevelParents) Descriptor() ([]byte, []int) + func (*RpcBlockLevelParents) ProtoMessage() + func (x *RpcBlockLevelParents) GetParentHashes() []string + func (x *RpcBlockLevelParents) ProtoReflect() protoreflect.Message + func (x *RpcBlockLevelParents) Reset() + func (x *RpcBlockLevelParents) String() string + type RpcBlockVerboseData struct + BlueScore uint64 + ChildrenHashes []string + Difficulty float64 + Hash string + IsChainBlock bool + IsHeaderOnly bool + MergeSetBluesHashes []string + MergeSetRedsHashes []string + SelectedParentHash string + TransactionIds []string + func (*RpcBlockVerboseData) Descriptor() ([]byte, []int) + func (*RpcBlockVerboseData) ProtoMessage() + func (x *RpcBlockVerboseData) GetBlueScore() uint64 + func (x *RpcBlockVerboseData) GetChildrenHashes() []string + func (x *RpcBlockVerboseData) GetDifficulty() float64 + func (x *RpcBlockVerboseData) GetHash() string + func (x *RpcBlockVerboseData) GetIsChainBlock() bool + func (x *RpcBlockVerboseData) GetIsHeaderOnly() bool + func (x *RpcBlockVerboseData) GetMergeSetBluesHashes() []string + func (x *RpcBlockVerboseData) GetMergeSetRedsHashes() []string + func (x *RpcBlockVerboseData) GetSelectedParentHash() string + func (x *RpcBlockVerboseData) GetTransactionIds() []string + func (x *RpcBlockVerboseData) ProtoReflect() protoreflect.Message + func (x *RpcBlockVerboseData) Reset() + func (x *RpcBlockVerboseData) String() string + type RpcOutpoint struct + Index uint32 + TransactionId string + func (*RpcOutpoint) Descriptor() ([]byte, []int) + func (*RpcOutpoint) ProtoMessage() + func (x *RpcOutpoint) GetIndex() uint32 + func (x *RpcOutpoint) GetTransactionId() string + func (x *RpcOutpoint) ProtoReflect() protoreflect.Message + func (x *RpcOutpoint) Reset() + func (x *RpcOutpoint) String() string + type RpcScriptPublicKey struct + ScriptPublicKey string + Version uint32 + func (*RpcScriptPublicKey) Descriptor() ([]byte, []int) + func (*RpcScriptPublicKey) ProtoMessage() + func (x *RpcScriptPublicKey) GetScriptPublicKey() string + func (x *RpcScriptPublicKey) GetVersion() uint32 + func (x *RpcScriptPublicKey) ProtoReflect() protoreflect.Message + func (x *RpcScriptPublicKey) Reset() + func (x *RpcScriptPublicKey) String() string + type RpcTransaction struct + Gas uint64 + Inputs []*RpcTransactionInput + LockTime uint64 + Outputs []*RpcTransactionOutput + Payload string + SubnetworkId string + VerboseData *RpcTransactionVerboseData + Version uint32 + func (*RpcTransaction) Descriptor() ([]byte, []int) + func (*RpcTransaction) ProtoMessage() + func (x *RpcTransaction) GetGas() uint64 + func (x *RpcTransaction) GetInputs() []*RpcTransactionInput + func (x *RpcTransaction) GetLockTime() uint64 + func (x *RpcTransaction) GetOutputs() []*RpcTransactionOutput + func (x *RpcTransaction) GetPayload() string + func (x *RpcTransaction) GetSubnetworkId() string + func (x *RpcTransaction) GetVerboseData() *RpcTransactionVerboseData + func (x *RpcTransaction) GetVersion() uint32 + func (x *RpcTransaction) ProtoReflect() protoreflect.Message + func (x *RpcTransaction) Reset() + func (x *RpcTransaction) String() string + type RpcTransactionInput struct + PreviousOutpoint *RpcOutpoint + Sequence uint64 + SigOpCount uint32 + SignatureScript string + VerboseData *RpcTransactionInputVerboseData + func (*RpcTransactionInput) Descriptor() ([]byte, []int) + func (*RpcTransactionInput) ProtoMessage() + func (x *RpcTransactionInput) GetPreviousOutpoint() *RpcOutpoint + func (x *RpcTransactionInput) GetSequence() uint64 + func (x *RpcTransactionInput) GetSigOpCount() uint32 + func (x *RpcTransactionInput) GetSignatureScript() string + func (x *RpcTransactionInput) GetVerboseData() *RpcTransactionInputVerboseData + func (x *RpcTransactionInput) ProtoReflect() protoreflect.Message + func (x *RpcTransactionInput) Reset() + func (x *RpcTransactionInput) String() string + type RpcTransactionInputVerboseData struct + func (*RpcTransactionInputVerboseData) Descriptor() ([]byte, []int) + func (*RpcTransactionInputVerboseData) ProtoMessage() + func (x *RpcTransactionInputVerboseData) ProtoReflect() protoreflect.Message + func (x *RpcTransactionInputVerboseData) Reset() + func (x *RpcTransactionInputVerboseData) String() string + type RpcTransactionOutput struct + Amount uint64 + ScriptPublicKey *RpcScriptPublicKey + VerboseData *RpcTransactionOutputVerboseData + func (*RpcTransactionOutput) Descriptor() ([]byte, []int) + func (*RpcTransactionOutput) ProtoMessage() + func (x *RpcTransactionOutput) GetAmount() uint64 + func (x *RpcTransactionOutput) GetScriptPublicKey() *RpcScriptPublicKey + func (x *RpcTransactionOutput) GetVerboseData() *RpcTransactionOutputVerboseData + func (x *RpcTransactionOutput) ProtoReflect() protoreflect.Message + func (x *RpcTransactionOutput) Reset() + func (x *RpcTransactionOutput) String() string + type RpcTransactionOutputVerboseData struct + ScriptPublicKeyAddress string + ScriptPublicKeyType string + func (*RpcTransactionOutputVerboseData) Descriptor() ([]byte, []int) + func (*RpcTransactionOutputVerboseData) ProtoMessage() + func (x *RpcTransactionOutputVerboseData) GetScriptPublicKeyAddress() string + func (x *RpcTransactionOutputVerboseData) GetScriptPublicKeyType() string + func (x *RpcTransactionOutputVerboseData) ProtoReflect() protoreflect.Message + func (x *RpcTransactionOutputVerboseData) Reset() + func (x *RpcTransactionOutputVerboseData) String() string + type RpcTransactionVerboseData struct + BlockHash string + BlockTime uint64 + Hash string + Mass uint64 + TransactionId string + func (*RpcTransactionVerboseData) Descriptor() ([]byte, []int) + func (*RpcTransactionVerboseData) ProtoMessage() + func (x *RpcTransactionVerboseData) GetBlockHash() string + func (x *RpcTransactionVerboseData) GetBlockTime() uint64 + func (x *RpcTransactionVerboseData) GetHash() string + func (x *RpcTransactionVerboseData) GetMass() uint64 + func (x *RpcTransactionVerboseData) GetTransactionId() string + func (x *RpcTransactionVerboseData) ProtoReflect() protoreflect.Message + func (x *RpcTransactionVerboseData) Reset() + func (x *RpcTransactionVerboseData) String() string + type RpcUtxoEntry struct + Amount uint64 + BlockDaaScore uint64 + IsCoinbase bool + ScriptPublicKey *RpcScriptPublicKey + func (*RpcUtxoEntry) Descriptor() ([]byte, []int) + func (*RpcUtxoEntry) ProtoMessage() + func (x *RpcUtxoEntry) GetAmount() uint64 + func (x *RpcUtxoEntry) GetBlockDaaScore() uint64 + func (x *RpcUtxoEntry) GetIsCoinbase() bool + func (x *RpcUtxoEntry) GetScriptPublicKey() *RpcScriptPublicKey + func (x *RpcUtxoEntry) ProtoReflect() protoreflect.Message + func (x *RpcUtxoEntry) Reset() + func (x *RpcUtxoEntry) String() string + type ScriptPublicKey struct + Script []byte + Version uint32 + func (*ScriptPublicKey) Descriptor() ([]byte, []int) + func (*ScriptPublicKey) ProtoMessage() + func (x *ScriptPublicKey) GetScript() []byte + func (x *ScriptPublicKey) GetVersion() uint32 + func (x *ScriptPublicKey) ProtoReflect() protoreflect.Message + func (x *ScriptPublicKey) Reset() + func (x *ScriptPublicKey) String() string + type ShutDownRequestMessage struct + func (*ShutDownRequestMessage) Descriptor() ([]byte, []int) + func (*ShutDownRequestMessage) ProtoMessage() + func (x *ShutDownRequestMessage) ProtoReflect() protoreflect.Message + func (x *ShutDownRequestMessage) Reset() + func (x *ShutDownRequestMessage) String() string + type ShutDownResponseMessage struct + Error *RPCError + func (*ShutDownResponseMessage) Descriptor() ([]byte, []int) + func (*ShutDownResponseMessage) ProtoMessage() + func (x *ShutDownResponseMessage) GetError() *RPCError + func (x *ShutDownResponseMessage) ProtoReflect() protoreflect.Message + func (x *ShutDownResponseMessage) Reset() + func (x *ShutDownResponseMessage) String() string + type StopNotifyingPruningPointUTXOSetOverrideRequestMessage struct + func (*StopNotifyingPruningPointUTXOSetOverrideRequestMessage) Descriptor() ([]byte, []int) + func (*StopNotifyingPruningPointUTXOSetOverrideRequestMessage) ProtoMessage() + func (x *StopNotifyingPruningPointUTXOSetOverrideRequestMessage) ProtoReflect() protoreflect.Message + func (x *StopNotifyingPruningPointUTXOSetOverrideRequestMessage) Reset() + func (x *StopNotifyingPruningPointUTXOSetOverrideRequestMessage) String() string + type StopNotifyingPruningPointUTXOSetOverrideResponseMessage struct + Error *RPCError + func (*StopNotifyingPruningPointUTXOSetOverrideResponseMessage) Descriptor() ([]byte, []int) + func (*StopNotifyingPruningPointUTXOSetOverrideResponseMessage) ProtoMessage() + func (x *StopNotifyingPruningPointUTXOSetOverrideResponseMessage) GetError() *RPCError + func (x *StopNotifyingPruningPointUTXOSetOverrideResponseMessage) ProtoReflect() protoreflect.Message + func (x *StopNotifyingPruningPointUTXOSetOverrideResponseMessage) Reset() + func (x *StopNotifyingPruningPointUTXOSetOverrideResponseMessage) String() string + type StopNotifyingUtxosChangedRequestMessage struct + Addresses []string + func (*StopNotifyingUtxosChangedRequestMessage) Descriptor() ([]byte, []int) + func (*StopNotifyingUtxosChangedRequestMessage) ProtoMessage() + func (x *StopNotifyingUtxosChangedRequestMessage) GetAddresses() []string + func (x *StopNotifyingUtxosChangedRequestMessage) ProtoReflect() protoreflect.Message + func (x *StopNotifyingUtxosChangedRequestMessage) Reset() + func (x *StopNotifyingUtxosChangedRequestMessage) String() string + type StopNotifyingUtxosChangedResponseMessage struct + Error *RPCError + func (*StopNotifyingUtxosChangedResponseMessage) Descriptor() ([]byte, []int) + func (*StopNotifyingUtxosChangedResponseMessage) ProtoMessage() + func (x *StopNotifyingUtxosChangedResponseMessage) GetError() *RPCError + func (x *StopNotifyingUtxosChangedResponseMessage) ProtoReflect() protoreflect.Message + func (x *StopNotifyingUtxosChangedResponseMessage) Reset() + func (x *StopNotifyingUtxosChangedResponseMessage) String() string + type SubmitBlockRequestMessage struct + AllowNonDAABlocks bool + Block *RpcBlock + func (*SubmitBlockRequestMessage) Descriptor() ([]byte, []int) + func (*SubmitBlockRequestMessage) ProtoMessage() + func (x *SubmitBlockRequestMessage) GetAllowNonDAABlocks() bool + func (x *SubmitBlockRequestMessage) GetBlock() *RpcBlock + func (x *SubmitBlockRequestMessage) ProtoReflect() protoreflect.Message + func (x *SubmitBlockRequestMessage) Reset() + func (x *SubmitBlockRequestMessage) String() string + type SubmitBlockResponseMessage struct + Error *RPCError + RejectReason SubmitBlockResponseMessage_RejectReason + func (*SubmitBlockResponseMessage) Descriptor() ([]byte, []int) + func (*SubmitBlockResponseMessage) ProtoMessage() + func (x *SubmitBlockResponseMessage) GetError() *RPCError + func (x *SubmitBlockResponseMessage) GetRejectReason() SubmitBlockResponseMessage_RejectReason + func (x *SubmitBlockResponseMessage) ProtoReflect() protoreflect.Message + func (x *SubmitBlockResponseMessage) Reset() + func (x *SubmitBlockResponseMessage) String() string + type SubmitBlockResponseMessage_RejectReason int32 + const SubmitBlockResponseMessage_BLOCK_INVALID + const SubmitBlockResponseMessage_IS_IN_IBD + const SubmitBlockResponseMessage_NONE + func (SubmitBlockResponseMessage_RejectReason) Descriptor() protoreflect.EnumDescriptor + func (SubmitBlockResponseMessage_RejectReason) EnumDescriptor() ([]byte, []int) + func (SubmitBlockResponseMessage_RejectReason) Type() protoreflect.EnumType + func (x SubmitBlockResponseMessage_RejectReason) Enum() *SubmitBlockResponseMessage_RejectReason + func (x SubmitBlockResponseMessage_RejectReason) Number() protoreflect.EnumNumber + func (x SubmitBlockResponseMessage_RejectReason) String() string + type SubmitTransactionRequestMessage struct + AllowOrphan bool + Transaction *RpcTransaction + func (*SubmitTransactionRequestMessage) Descriptor() ([]byte, []int) + func (*SubmitTransactionRequestMessage) ProtoMessage() + func (x *SubmitTransactionRequestMessage) GetAllowOrphan() bool + func (x *SubmitTransactionRequestMessage) GetTransaction() *RpcTransaction + func (x *SubmitTransactionRequestMessage) ProtoReflect() protoreflect.Message + func (x *SubmitTransactionRequestMessage) Reset() + func (x *SubmitTransactionRequestMessage) String() string + type SubmitTransactionResponseMessage struct + Error *RPCError + TransactionId string + func (*SubmitTransactionResponseMessage) Descriptor() ([]byte, []int) + func (*SubmitTransactionResponseMessage) ProtoMessage() + func (x *SubmitTransactionResponseMessage) GetError() *RPCError + func (x *SubmitTransactionResponseMessage) GetTransactionId() string + func (x *SubmitTransactionResponseMessage) ProtoReflect() protoreflect.Message + func (x *SubmitTransactionResponseMessage) Reset() + func (x *SubmitTransactionResponseMessage) String() string + type SubnetworkId struct + Bytes []byte + func (*SubnetworkId) Descriptor() ([]byte, []int) + func (*SubnetworkId) ProtoMessage() + func (x *SubnetworkId) GetBytes() []byte + func (x *SubnetworkId) ProtoReflect() protoreflect.Message + func (x *SubnetworkId) Reset() + func (x *SubnetworkId) String() string + type TransactionId struct + Bytes []byte + func (*TransactionId) Descriptor() ([]byte, []int) + func (*TransactionId) ProtoMessage() + func (x *TransactionId) GetBytes() []byte + func (x *TransactionId) ProtoReflect() protoreflect.Message + func (x *TransactionId) Reset() + func (x *TransactionId) String() string + type TransactionInput struct + PreviousOutpoint *Outpoint + Sequence uint64 + SigOpCount uint32 + SignatureScript []byte + func (*TransactionInput) Descriptor() ([]byte, []int) + func (*TransactionInput) ProtoMessage() + func (x *TransactionInput) GetPreviousOutpoint() *Outpoint + func (x *TransactionInput) GetSequence() uint64 + func (x *TransactionInput) GetSigOpCount() uint32 + func (x *TransactionInput) GetSignatureScript() []byte + func (x *TransactionInput) ProtoReflect() protoreflect.Message + func (x *TransactionInput) Reset() + func (x *TransactionInput) String() string + type TransactionMessage struct + Gas uint64 + Inputs []*TransactionInput + LockTime uint64 + Outputs []*TransactionOutput + Payload []byte + SubnetworkId *SubnetworkId + Version uint32 + func (*TransactionMessage) Descriptor() ([]byte, []int) + func (*TransactionMessage) ProtoMessage() + func (x *TransactionMessage) GetGas() uint64 + func (x *TransactionMessage) GetInputs() []*TransactionInput + func (x *TransactionMessage) GetLockTime() uint64 + func (x *TransactionMessage) GetOutputs() []*TransactionOutput + func (x *TransactionMessage) GetPayload() []byte + func (x *TransactionMessage) GetSubnetworkId() *SubnetworkId + func (x *TransactionMessage) GetVersion() uint32 + func (x *TransactionMessage) ProtoReflect() protoreflect.Message + func (x *TransactionMessage) Reset() + func (x *TransactionMessage) String() string + type TransactionNotFoundMessage struct + Id *TransactionId + func (*TransactionNotFoundMessage) Descriptor() ([]byte, []int) + func (*TransactionNotFoundMessage) ProtoMessage() + func (x *TransactionNotFoundMessage) GetId() *TransactionId + func (x *TransactionNotFoundMessage) ProtoReflect() protoreflect.Message + func (x *TransactionNotFoundMessage) Reset() + func (x *TransactionNotFoundMessage) String() string + type TransactionOutput struct + ScriptPublicKey *ScriptPublicKey + Value uint64 + func (*TransactionOutput) Descriptor() ([]byte, []int) + func (*TransactionOutput) ProtoMessage() + func (x *TransactionOutput) GetScriptPublicKey() *ScriptPublicKey + func (x *TransactionOutput) GetValue() uint64 + func (x *TransactionOutput) ProtoReflect() protoreflect.Message + func (x *TransactionOutput) Reset() + func (x *TransactionOutput) String() string + type TrustedDataMessage struct + DaaWindow []*DaaBlockV4 + GhostdagData []*BlockGhostdagDataHashPair + func (*TrustedDataMessage) Descriptor() ([]byte, []int) + func (*TrustedDataMessage) ProtoMessage() + func (x *TrustedDataMessage) GetDaaWindow() []*DaaBlockV4 + func (x *TrustedDataMessage) GetGhostdagData() []*BlockGhostdagDataHashPair + func (x *TrustedDataMessage) ProtoReflect() protoreflect.Message + func (x *TrustedDataMessage) Reset() + func (x *TrustedDataMessage) String() string + type UnbanRequestMessage struct + Ip string + func (*UnbanRequestMessage) Descriptor() ([]byte, []int) + func (*UnbanRequestMessage) ProtoMessage() + func (x *UnbanRequestMessage) GetIp() string + func (x *UnbanRequestMessage) ProtoReflect() protoreflect.Message + func (x *UnbanRequestMessage) Reset() + func (x *UnbanRequestMessage) String() string + type UnbanResponseMessage struct + Error *RPCError + func (*UnbanResponseMessage) Descriptor() ([]byte, []int) + func (*UnbanResponseMessage) ProtoMessage() + func (x *UnbanResponseMessage) GetError() *RPCError + func (x *UnbanResponseMessage) ProtoReflect() protoreflect.Message + func (x *UnbanResponseMessage) Reset() + func (x *UnbanResponseMessage) String() string + type UnexpectedPruningPointMessage struct + func (*UnexpectedPruningPointMessage) Descriptor() ([]byte, []int) + func (*UnexpectedPruningPointMessage) ProtoMessage() + func (x *UnexpectedPruningPointMessage) ProtoReflect() protoreflect.Message + func (x *UnexpectedPruningPointMessage) Reset() + func (x *UnexpectedPruningPointMessage) String() string + type UnimplementedP2PServer struct + func (UnimplementedP2PServer) MessageStream(P2P_MessageStreamServer) error + type UnimplementedRPCServer struct + func (UnimplementedRPCServer) MessageStream(RPC_MessageStreamServer) error + type UnsafeP2PServer interface + type UnsafeRPCServer interface + type UtxoEntry struct + Amount uint64 + BlockDaaScore uint64 + IsCoinbase bool + ScriptPublicKey *ScriptPublicKey + func (*UtxoEntry) Descriptor() ([]byte, []int) + func (*UtxoEntry) ProtoMessage() + func (x *UtxoEntry) GetAmount() uint64 + func (x *UtxoEntry) GetBlockDaaScore() uint64 + func (x *UtxoEntry) GetIsCoinbase() bool + func (x *UtxoEntry) GetScriptPublicKey() *ScriptPublicKey + func (x *UtxoEntry) ProtoReflect() protoreflect.Message + func (x *UtxoEntry) Reset() + func (x *UtxoEntry) String() string + type UtxosByAddressesEntry struct + Address string + Outpoint *RpcOutpoint + UtxoEntry *RpcUtxoEntry + func (*UtxosByAddressesEntry) Descriptor() ([]byte, []int) + func (*UtxosByAddressesEntry) ProtoMessage() + func (x *UtxosByAddressesEntry) GetAddress() string + func (x *UtxosByAddressesEntry) GetOutpoint() *RpcOutpoint + func (x *UtxosByAddressesEntry) GetUtxoEntry() *RpcUtxoEntry + func (x *UtxosByAddressesEntry) ProtoReflect() protoreflect.Message + func (x *UtxosByAddressesEntry) Reset() + func (x *UtxosByAddressesEntry) String() string + type UtxosChangedNotificationMessage struct + Added []*UtxosByAddressesEntry + Removed []*UtxosByAddressesEntry + func (*UtxosChangedNotificationMessage) Descriptor() ([]byte, []int) + func (*UtxosChangedNotificationMessage) ProtoMessage() + func (x *UtxosChangedNotificationMessage) GetAdded() []*UtxosByAddressesEntry + func (x *UtxosChangedNotificationMessage) GetRemoved() []*UtxosByAddressesEntry + func (x *UtxosChangedNotificationMessage) ProtoReflect() protoreflect.Message + func (x *UtxosChangedNotificationMessage) Reset() + func (x *UtxosChangedNotificationMessage) String() string + type VerackMessage struct + func (*VerackMessage) Descriptor() ([]byte, []int) + func (*VerackMessage) ProtoMessage() + func (x *VerackMessage) ProtoReflect() protoreflect.Message + func (x *VerackMessage) Reset() + func (x *VerackMessage) String() string + type VersionMessage struct + Address *NetAddress + DisableRelayTx bool + Id []byte + Network string + ProtocolVersion uint32 + Services uint64 + SubnetworkId *SubnetworkId + Timestamp int64 + UserAgent string + func (*VersionMessage) Descriptor() ([]byte, []int) + func (*VersionMessage) ProtoMessage() + func (x *VersionMessage) GetAddress() *NetAddress + func (x *VersionMessage) GetDisableRelayTx() bool + func (x *VersionMessage) GetId() []byte + func (x *VersionMessage) GetNetwork() string + func (x *VersionMessage) GetProtocolVersion() uint32 + func (x *VersionMessage) GetServices() uint64 + func (x *VersionMessage) GetSubnetworkId() *SubnetworkId + func (x *VersionMessage) GetTimestamp() int64 + func (x *VersionMessage) GetUserAgent() string + func (x *VersionMessage) ProtoReflect() protoreflect.Message + func (x *VersionMessage) Reset() + func (x *VersionMessage) String() string + type VirtualDaaScoreChangedNotificationMessage struct + VirtualDaaScore uint64 + func (*VirtualDaaScoreChangedNotificationMessage) Descriptor() ([]byte, []int) + func (*VirtualDaaScoreChangedNotificationMessage) ProtoMessage() + func (x *VirtualDaaScoreChangedNotificationMessage) GetVirtualDaaScore() uint64 + func (x *VirtualDaaScoreChangedNotificationMessage) ProtoReflect() protoreflect.Message + func (x *VirtualDaaScoreChangedNotificationMessage) Reset() + func (x *VirtualDaaScoreChangedNotificationMessage) String() string + type VirtualSelectedParentBlueScoreChangedNotificationMessage struct + VirtualSelectedParentBlueScore uint64 + func (*VirtualSelectedParentBlueScoreChangedNotificationMessage) Descriptor() ([]byte, []int) + func (*VirtualSelectedParentBlueScoreChangedNotificationMessage) ProtoMessage() + func (x *VirtualSelectedParentBlueScoreChangedNotificationMessage) GetVirtualSelectedParentBlueScore() uint64 + func (x *VirtualSelectedParentBlueScoreChangedNotificationMessage) ProtoReflect() protoreflect.Message + func (x *VirtualSelectedParentBlueScoreChangedNotificationMessage) Reset() + func (x *VirtualSelectedParentBlueScoreChangedNotificationMessage) String() string + type VirtualSelectedParentChainChangedNotificationMessage struct + AcceptedTransactionIds []*AcceptedTransactionIds + AddedChainBlockHashes []string + RemovedChainBlockHashes []string + func (*VirtualSelectedParentChainChangedNotificationMessage) Descriptor() ([]byte, []int) + func (*VirtualSelectedParentChainChangedNotificationMessage) ProtoMessage() + func (x *VirtualSelectedParentChainChangedNotificationMessage) GetAcceptedTransactionIds() []*AcceptedTransactionIds + func (x *VirtualSelectedParentChainChangedNotificationMessage) GetAddedChainBlockHashes() []string + func (x *VirtualSelectedParentChainChangedNotificationMessage) GetRemovedChainBlockHashes() []string + func (x *VirtualSelectedParentChainChangedNotificationMessage) ProtoReflect() protoreflect.Message + func (x *VirtualSelectedParentChainChangedNotificationMessage) Reset() + func (x *VirtualSelectedParentChainChangedNotificationMessage) String() string