package protowire

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service RPC

messages.proto:142

message AddPeerRequestMessage

rpc.proto:304

AddPeerRequestMessage adds a peer to kaspad's outgoing connection list. This will, in most cases, result in kaspad connecting to said peer.

Used in: KaspadRequest

message AddPeerResponseMessage

rpc.proto:311

Used in: KaspadResponse

message BanRequestMessage

rpc.proto:691

BanRequestMessage bans the given ip.

Used in: KaspadRequest

message BanResponseMessage

rpc.proto:695

Used in: KaspadResponse

message BandwidthMetrics

rpc.proto:807

Used in: GetMetricsResponseMessage

message BlockAddedNotificationMessage

rpc.proto:210

BlockAddedNotificationMessage is sent whenever a blocks has been added (NOT accepted) into the DAG. See: NotifyBlockAddedRequestMessage

Used in: KaspadResponse

enum BlockColor

rpc.proto:1114

Used in: GetBlockRewardInfoResponseMessage

message ConnectionMetrics

rpc.proto:795

Used in: GetMetricsResponseMessage

message ConnectionsProfileData

rpc.proto:845

Used in: GetConnectionsResponseMessage

message ConsensusMetrics

rpc.proto:818

Used in: GetMetricsResponseMessage

message EstimateNetworkHashesPerSecondRequestMessage

rpc.proto:722

Used in: KaspadRequest

message EstimateNetworkHashesPerSecondResponseMessage

rpc.proto:727

Used in: KaspadResponse

message FinalityConflictNotificationMessage

rpc.proto:486

Used in: KaspadResponse

message FinalityConflictResolvedNotificationMessage

rpc.proto:490

Used in: KaspadResponse

message GetBalanceByAddressRequestMessage

rpc.proto:578

GetBalanceByAddressRequest returns the total balance in unspent transactions towards a given address This call is only available when this kaspad was started with `--utxoindex`

Used in: KaspadRequest

message GetBalanceByAddressResponseMessage

rpc.proto:582

Used in: KaspadResponse

message GetBalancesByAddressesRequestMessage

rpc.proto:588

Used in: KaspadRequest

message GetBalancesByAddressesResponseMessage

rpc.proto:599

Used in: KaspadResponse

message GetBlockCountRequestMessage

rpc.proto:444

GetBlockCountRequestMessage requests the current number of blocks in this kaspad. Note that this number may decrease as pruning occurs.

Used in: KaspadRequest

(message has no fields)

message GetBlockCountResponseMessage

rpc.proto:446

Used in: KaspadResponse

message GetBlockDagInfoRequestMessage

rpc.proto:454

GetBlockDagInfoRequestMessage requests general information about the current state of this kaspad's DAG.

Used in: KaspadRequest

(message has no fields)

message GetBlockDagInfoResponseMessage

rpc.proto:456

Used in: KaspadResponse

message GetBlockRequestMessage

rpc.proto:371

GetBlockRequestMessage requests information about a specific block

Used in: KaspadRequest

message GetBlockResponseMessage

rpc.proto:379

Used in: KaspadResponse

message GetBlockRewardInfoRequestMessage

rpc.proto:1120

Used in: KaspadRequest

message GetBlockRewardInfoResponseMessage

rpc.proto:1124

Used in: KaspadResponse

message GetBlockTemplateRequestMessage

rpc.proto:177

GetBlockTemplateRequestMessage requests a current block template. Callers are expected to solve the block template and submit it using the submitBlock call See: SubmitBlockRequestMessage

Used in: KaspadRequest

message GetBlockTemplateResponseMessage

rpc.proto:183

Used in: KaspadResponse

message GetBlocksRequestMessage

rpc.proto:430

GetBlocksRequestMessage requests blocks between a certain block lowHash up to this kaspad's current virtual.

Used in: KaspadRequest

message GetBlocksResponseMessage

rpc.proto:436

Used in: KaspadResponse

message GetCoinSupplyRequestMessage

rpc.proto:768

Used in: KaspadRequest

(message has no fields)

message GetCoinSupplyResponseMessage

rpc.proto:770

Used in: KaspadResponse

message GetConnectedPeerInfoMessage

rpc.proto:280

Used in: GetConnectedPeerInfoResponseMessage

message GetConnectedPeerInfoRequestMessage

rpc.proto:273

GetConnectedPeerInfoRequestMessage requests information about all the p2p peers currently connected to this kaspad.

Used in: KaspadRequest

(message has no fields)

message GetConnectedPeerInfoResponseMessage

rpc.proto:275

Used in: KaspadResponse

message GetConnectionsRequestMessage

rpc.proto:841

Used in: KaspadRequest

message GetConnectionsResponseMessage

rpc.proto:850

Used in: KaspadResponse

message GetCurrentBlockColorRequestMessage

rpc.proto:1104

Used in: KaspadRequest

message GetCurrentBlockColorResponseMessage

rpc.proto:1108

Used in: KaspadResponse

message GetCurrentNetworkRequestMessage

rpc.proto:147

GetCurrentNetworkRequestMessage requests the network kaspad is currently running against. Possible networks are: Mainnet, Testnet, Simnet, Devnet

Used in: KaspadRequest

(message has no fields)

message GetCurrentNetworkResponseMessage

rpc.proto:149

Used in: KaspadResponse

message GetDaaScoreTimestampEstimateRequestMessage

rpc.proto:909

Used in: KaspadRequest

message GetDaaScoreTimestampEstimateResponseMessage

rpc.proto:913

Used in: KaspadResponse

message GetFeeEstimateExperimentalRequestMessage

rpc.proto:962

Used in: KaspadRequest

message GetFeeEstimateExperimentalResponseMessage

rpc.proto:966

Used in: KaspadResponse

message GetFeeEstimateRequestMessage

rpc.proto:955

Used in: KaspadRequest

(message has no fields)

message GetFeeEstimateResponseMessage

rpc.proto:957

Used in: KaspadResponse

message GetHeadersRequestMessage

rpc.proto:503

GetHeadersRequestMessage requests headers between the given startHash and the current virtual, up to the given limit.

Used in: KaspadRequest

message GetHeadersResponseMessage

rpc.proto:509

Used in: KaspadResponse

message GetInfoRequestMessage

rpc.proto:709

GetInfoRequestMessage returns info about the node.

Used in: KaspadRequest

(message has no fields)

message GetInfoResponseMessage

rpc.proto:711

Used in: KaspadResponse

message GetMempoolEntriesByAddressesRequestMessage

rpc.proto:756

Used in: KaspadRequest

message GetMempoolEntriesByAddressesResponseMessage

rpc.proto:762

Used in: KaspadResponse

message GetMempoolEntriesRequestMessage

rpc.proto:254

GetMempoolEntriesRequestMessage requests information about all the transactions currently in the mempool.

Used in: KaspadRequest

message GetMempoolEntriesResponseMessage

rpc.proto:259

Used in: KaspadResponse

message GetMempoolEntryRequestMessage

rpc.proto:239

GetMempoolEntryRequestMessage requests information about a specific transaction in the mempool.

Used in: KaspadRequest

message GetMempoolEntryResponseMessage

rpc.proto:246

Used in: KaspadResponse

message GetMetricsRequestMessage

rpc.proto:870

Used in: KaspadRequest

message GetMetricsResponseMessage

rpc.proto:879

Used in: KaspadResponse

message GetPeerAddressesKnownAddressMessage

rpc.proto:224

Used in: GetPeerAddressesResponseMessage

message GetPeerAddressesRequestMessage

rpc.proto:216

GetPeerAddressesRequestMessage requests the list of known kaspad addresses in the current network. (mainnet, testnet, etc.)

Used in: KaspadRequest

(message has no fields)

message GetPeerAddressesResponseMessage

rpc.proto:218

Used in: KaspadResponse

message GetServerInfoRequestMessage

rpc.proto:889

Used in: KaspadRequest

(message has no fields)

message GetServerInfoResponseMessage

rpc.proto:891

Used in: KaspadResponse

message GetSinkBlueScoreRequestMessage

rpc.proto:607

GetSinkBlueScoreRequestMessage requests the blue score of the current selected parent of the virtual block.

Used in: KaspadRequest

(message has no fields)

message GetSinkBlueScoreResponseMessage

rpc.proto:609

Used in: KaspadResponse

message GetSinkRequestMessage

rpc.proto:230

GetSinkRequestMessage requests the hash of the current virtual's selected parent.

Used in: KaspadRequest

(message has no fields)

message GetSinkResponseMessage

rpc.proto:232

Used in: KaspadResponse

message GetSubnetworkRequestMessage

rpc.proto:387

GetSubnetworkRequestMessage requests information about a specific subnetwork Currently unimplemented

Used in: KaspadRequest

message GetSubnetworkResponseMessage

rpc.proto:391

Used in: KaspadResponse

message GetSyncStatusRequestMessage

rpc.proto:902

Used in: KaspadRequest

(message has no fields)

message GetSyncStatusResponseMessage

rpc.proto:904

Used in: KaspadResponse

message GetSystemInfoRequestMessage

rpc.proto:857

Used in: KaspadRequest

(message has no fields)

message GetSystemInfoResponseMessage

rpc.proto:859

Used in: KaspadResponse

message GetUtxoReturnAddressRequestMessage

rpc.proto:973

Used in: KaspadRequest

message GetUtxoReturnAddressResponseMessage

rpc.proto:978

Used in: KaspadResponse

message GetUtxosByAddressesRequestMessage

rpc.proto:565

GetUtxosByAddressesRequestMessage requests all current UTXOs for the given kaspad addresses This call is only available when this kaspad was started with `--utxoindex`

Used in: KaspadRequest

message GetUtxosByAddressesResponseMessage

rpc.proto:569

Used in: KaspadResponse

message GetVirtualChainFromBlockRequestMessage

rpc.proto:403

/ GetVirtualChainFromBlockRequestMessage requests the virtual selected / parent chain from some startHash to this kaspad's current virtual / Note: / this call batches the response to: / a. the network's `mergeset size limit * 10` amount of added chain blocks, if `includeAcceptedTransactionIds = false` / b. or `mergeset size limit * 10` amount of merged blocks, if `includeAcceptedTransactionIds = true` / c. it does not batch the removed chain blocks, only the added ones.

Used in: KaspadRequest

message GetVirtualChainFromBlockResponseMessage

rpc.proto:414

Used in: KaspadResponse

message GetVirtualChainFromBlockV2RequestMessage

rpc.proto:1084

/ GetVirtualChainFromBlockV2RequestMessage requests the virtual selected / parent chain from some startHash to this kaspad's current virtual

Used in: KaspadRequest

message GetVirtualChainFromBlockV2ResponseMessage

rpc.proto:1091

Used in: KaspadResponse

message NewBlockTemplateNotificationMessage

rpc.proto:748

NewBlockTemplateNotificationMessage is sent whenever a new updated block template is available for miners. See NotifyNewBlockTemplateRequestMessage

Used in: KaspadResponse

(message has no fields)

message NotifyBlockAddedRequestMessage

rpc.proto:198

NotifyBlockAddedRequestMessage registers this connection for blockAdded notifications. See: BlockAddedNotificationMessage

Used in: KaspadRequest

message NotifyBlockAddedResponseMessage

rpc.proto:202

Used in: KaspadResponse

message NotifyFinalityConflictRequestMessage

rpc.proto:478

Used in: KaspadRequest

message NotifyFinalityConflictResponseMessage

rpc.proto:482

Used in: KaspadResponse

message NotifyNewBlockTemplateRequestMessage

rpc.proto:736

NotifyNewBlockTemplateRequestMessage registers this connection for NewBlockTemplate notifications. See: NewBlockTemplateNotificationMessage

Used in: KaspadRequest

message NotifyNewBlockTemplateResponseMessage

rpc.proto:740

Used in: KaspadResponse

message NotifyPruningPointUtxoSetOverrideRequestMessage

rpc.proto:661

NotifyPruningPointUtxoSetOverrideRequestMessage registers this connection for pruning point UTXO set override notifications. This call is only available when this kaspad was started with `--utxoindex` See: NotifyPruningPointUtxoSetOverrideResponseMessage

Used in: KaspadRequest

message NotifyPruningPointUtxoSetOverrideResponseMessage

rpc.proto:665

Used in: KaspadResponse

message NotifySinkBlueScoreChangedRequestMessage

rpc.proto:619

NotifySinkBlueScoreChangedRequestMessage registers this connection for sinkBlueScoreChanged notifications. See: SinkBlueScoreChangedNotificationMessage

Used in: KaspadRequest

message NotifySinkBlueScoreChangedResponseMessage

rpc.proto:623

Used in: KaspadResponse

message NotifyUtxosChangedRequestMessage

rpc.proto:520

NotifyUtxosChangedRequestMessage registers this connection for utxoChanged notifications for the given addresses. This call is only available when this kaspad was started with `--utxoindex` See: UtxosChangedNotificationMessage

Used in: KaspadRequest

message NotifyUtxosChangedResponseMessage

rpc.proto:527

Used in: KaspadResponse

message NotifyVirtualChainChangedRequestMessage

rpc.proto:346

NotifyVirtualChainChangedRequestMessage registers this connection for virtualChainChanged notifications. See: VirtualChainChangedNotificationMessage

Used in: KaspadRequest

message NotifyVirtualChainChangedResponseMessage

rpc.proto:351

Used in: KaspadResponse

message NotifyVirtualDaaScoreChangedRequestMessage

rpc.proto:639

NotifyVirtualDaaScoreChangedRequestMessage registers this connection for virtualDaaScoreChanged notifications. See: VirtualDaaScoreChangedNotificationMessage

Used in: KaspadRequest

message NotifyVirtualDaaScoreChangedResponseMessage

rpc.proto:643

Used in: KaspadResponse

message PingRequestMessage

rpc.proto:777

Used in: KaspadRequest

(message has no fields)

message PingResponseMessage

rpc.proto:779

Used in: KaspadResponse

message ProcessMetrics

rpc.proto:783

Used in: GetMetricsResponseMessage

message PruningPointUtxoSetOverrideNotificationMessage

rpc.proto:673

PruningPointUtxoSetOverrideNotificationMessage is sent whenever the UTXO index resets due to pruning point change via IBD. See NotifyPruningPointUtxoSetOverrideRequestMessage

Used in: KaspadResponse

(message has no fields)

message RPCError

rpc.proto:15

RPCError represents a generic non-internal error. Receivers of any ResponseMessage are expected to check whether its error field is not null.

Used in: AddPeerResponseMessage, BanResponseMessage, EstimateNetworkHashesPerSecondResponseMessage, GetBalanceByAddressResponseMessage, GetBalancesByAddressesResponseMessage, GetBlockCountResponseMessage, GetBlockDagInfoResponseMessage, GetBlockResponseMessage, GetBlockRewardInfoResponseMessage, GetBlockTemplateResponseMessage, GetBlocksResponseMessage, GetCoinSupplyResponseMessage, GetConnectedPeerInfoResponseMessage, GetConnectionsResponseMessage, GetCurrentBlockColorResponseMessage, GetCurrentNetworkResponseMessage, GetDaaScoreTimestampEstimateResponseMessage, GetFeeEstimateExperimentalResponseMessage, GetFeeEstimateResponseMessage, GetHeadersResponseMessage, GetInfoResponseMessage, GetMempoolEntriesByAddressesResponseMessage, GetMempoolEntriesResponseMessage, GetMempoolEntryResponseMessage, GetMetricsResponseMessage, GetPeerAddressesResponseMessage, GetServerInfoResponseMessage, GetSinkBlueScoreResponseMessage, GetSinkResponseMessage, GetSubnetworkResponseMessage, GetSyncStatusResponseMessage, GetSystemInfoResponseMessage, GetUtxoReturnAddressResponseMessage, GetUtxosByAddressesResponseMessage, GetVirtualChainFromBlockResponseMessage, GetVirtualChainFromBlockV2ResponseMessage, NotifyBlockAddedResponseMessage, NotifyFinalityConflictResponseMessage, NotifyNewBlockTemplateResponseMessage, NotifyPruningPointUtxoSetOverrideResponseMessage, NotifySinkBlueScoreChangedResponseMessage, NotifyUtxosChangedResponseMessage, NotifyVirtualChainChangedResponseMessage, NotifyVirtualDaaScoreChangedResponseMessage, PingResponseMessage, ResolveFinalityConflictResponseMessage, RpcBalancesByAddressesEntry, ShutdownResponseMessage, StopNotifyingPruningPointUtxoSetOverrideResponseMessage, StopNotifyingUtxosChangedResponseMessage, SubmitBlockResponseMessage, SubmitTransactionReplacementResponseMessage, SubmitTransactionResponseMessage, UnbanResponseMessage

message ResolveFinalityConflictRequestMessage

rpc.proto:470

Used in: KaspadRequest

message ResolveFinalityConflictResponseMessage

rpc.proto:474

Used in: KaspadResponse

message RpcAcceptedTransactionIds

rpc.proto:409

Used in: GetVirtualChainFromBlockResponseMessage, VirtualChainChangedNotificationMessage

message RpcBalancesByAddressesEntry

rpc.proto:592

Used in: GetBalancesByAddressesResponseMessage

message RpcBlock

rpc.proto:19

Used in: BlockAddedNotificationMessage, GetBlockResponseMessage, GetBlockTemplateResponseMessage, GetBlocksResponseMessage, SubmitBlockRequestMessage

message RpcBlockHeader

rpc.proto:25

Used in: GetBlockRewardInfoResponseMessage, RpcBlock

message RpcBlockLevelParents

rpc.proto:41

Used in: RpcBlockHeader

message RpcBlockLevelRun

rpc.proto:45

Used in: RpcOptionalHeader

message RpcBlockVerboseData

rpc.proto:51

Used in: RpcBlock

message RpcChainBlockAcceptedTransactions

rpc.proto:1077

Used in: GetVirtualChainFromBlockV2ResponseMessage

message RpcCovenantBinding

rpc.proto:124

Used in: RpcNullableCovenantBinding, RpcTransactionOutput

enum RpcDataVerbosityLevel

rpc.proto:985

Used in: GetVirtualChainFromBlockV2RequestMessage

message RpcFeeEstimate

rpc.proto:929

Data required for making fee estimates. Feerate values represent fee/mass of a transaction in `sompi/gram` units. Given a feerate value recommendation, calculate the required fee by taking the transaction mass and multiplying it by feerate: `fee = feerate * mass(tx)`

Used in: GetFeeEstimateExperimentalResponseMessage, GetFeeEstimateResponseMessage

message RpcFeeEstimateVerboseExperimentalData

rpc.proto:945

Used in: GetFeeEstimateExperimentalResponseMessage

message RpcFeerateBucket

rpc.proto:918

Used in: RpcFeeEstimate

message RpcMempoolEntry

rpc.proto:265

Used in: GetMempoolEntriesResponseMessage, GetMempoolEntryResponseMessage, RpcMempoolEntryByAddress

message RpcMempoolEntryByAddress

rpc.proto:750

Used in: GetMempoolEntriesByAddressesResponseMessage

enum RpcNotifyCommand

rpc.proto:139

Used in: NotifyBlockAddedRequestMessage, NotifyFinalityConflictRequestMessage, NotifyNewBlockTemplateRequestMessage, NotifyPruningPointUtxoSetOverrideRequestMessage, NotifySinkBlueScoreChangedRequestMessage, NotifyUtxosChangedRequestMessage, NotifyVirtualChainChangedRequestMessage, NotifyVirtualDaaScoreChangedRequestMessage

message RpcNullableCovenantBinding

rpc.proto:1046

Used in: RpcOptionalTransactionOutput

message RpcOptionalHeader

rpc.proto:992

Used in: RpcChainBlockAcceptedTransactions

message RpcOptionalTransaction

rpc.proto:1065

Used in: RpcChainBlockAcceptedTransactions

message RpcOptionalTransactionInput

rpc.proto:1031

Used in: RpcOptionalTransaction

message RpcOptionalTransactionInputVerboseData

rpc.proto:1027

Used in: RpcOptionalTransactionInput

message RpcOptionalTransactionOutpoint

rpc.proto:1008

Used in: RpcOptionalTransactionInput

message RpcOptionalTransactionOutput

rpc.proto:1050

Used in: RpcOptionalTransaction

message RpcOptionalTransactionOutputVerboseData

rpc.proto:1041

Used in: RpcOptionalTransactionOutput

message RpcOptionalTransactionVerboseData

rpc.proto:1057

Used in: RpcOptionalTransaction

message RpcOptionalUtxoEntry

rpc.proto:1018

Used in: RpcOptionalTransactionInputVerboseData

message RpcOptionalUtxoEntryVerboseData

rpc.proto:1013

Used in: RpcOptionalUtxoEntry

message RpcOutpoint

rpc.proto:129

Used in: RpcTransactionInput, RpcUtxosByAddressesEntry

message RpcScriptPublicKey

rpc.proto:112

Used in: RpcOptionalTransactionOutput, RpcOptionalUtxoEntry, RpcTransactionOutput, RpcUtxoEntry

message RpcTransaction

rpc.proto:64

Used in: RpcBlock, RpcMempoolEntry, SubmitTransactionReplacementRequestMessage, SubmitTransactionReplacementResponseMessage, SubmitTransactionRequestMessage

message RpcTransactionInput

rpc.proto:84

Used in: RpcTransaction

message RpcTransactionInputVerboseData

rpc.proto:94

Used in: RpcTransactionInput

message RpcTransactionOutput

rpc.proto:117

Used in: RpcTransaction

message RpcTransactionOutputVerboseData

rpc.proto:134

Used in: RpcTransactionOutput

message RpcTransactionVerboseData

rpc.proto:76

Used in: RpcTransaction

message RpcUtxoEntry

rpc.proto:98

Used in: RpcTransactionInputVerboseData, RpcUtxosByAddressesEntry

message RpcUtxoEntryVerboseData

rpc.proto:107

Used in: RpcUtxoEntry

message RpcUtxosByAddressesEntry

rpc.proto:539

Used in: GetUtxosByAddressesResponseMessage, UtxosChangedNotificationMessage

message ShutdownRequestMessage

rpc.proto:495

ShutdownRequestMessage shuts down this kaspad.

Used in: KaspadRequest

(message has no fields)

message ShutdownResponseMessage

rpc.proto:497

Used in: KaspadResponse

message SinkBlueScoreChangedNotificationMessage

rpc.proto:631

SinkBlueScoreChangedNotificationMessage is sent whenever the blue score of the virtual's selected parent changes. See NotifySinkBlueScoreChangedRequestMessage

Used in: KaspadResponse

message StopNotifyingPruningPointUtxoSetOverrideRequestMessage

rpc.proto:684

StopNotifyingPruningPointUtxoSetOverrideRequestMessage unregisters this connection for pruning point UTXO set override notifications. This call is only available when this kaspad was started with `--utxoindex` See: PruningPointUtxoSetOverrideNotificationMessage This message only exists for backward compatibility reason with kaspad and is deprecated. Use instead NotifyPruningPointUtxoSetOverrideRequestMessage with command = NOTIFY_STOP.

Used in: KaspadRequest

(message has no fields)

message StopNotifyingPruningPointUtxoSetOverrideResponseMessage

rpc.proto:686

Used in: KaspadResponse

message StopNotifyingUtxosChangedRequestMessage

rpc.proto:554

StopNotifyingUtxosChangedRequestMessage unregisters this connection for utxoChanged notifications for the given addresses. This call is only available when this kaspad was started with `--utxoindex` See: UtxosChangedNotificationMessage This message only exists for backward compatibility reason with kaspad and is deprecated. Use instead UtxosChangedNotificationMessage with command = NOTIFY_STOP.

Used in: KaspadRequest

message StopNotifyingUtxosChangedResponseMessage

rpc.proto:558

Used in: KaspadResponse

message StorageMetrics

rpc.proto:837

Used in: GetMetricsResponseMessage

message SubmitBlockRequestMessage

rpc.proto:158

SubmitBlockRequestMessage requests to submit a block into the DAG. Blocks are generally expected to have been generated using the getBlockTemplate call. See: GetBlockTemplateRequestMessage

Used in: KaspadRequest

message SubmitBlockResponseMessage

rpc.proto:163

Used in: KaspadResponse

enum SubmitBlockResponseMessage.RejectReason

rpc.proto:164

Used in: SubmitBlockResponseMessage

message SubmitTransactionReplacementRequestMessage

rpc.proto:329

SubmitTransactionReplacementRequestMessage submits a transaction to the mempool, applying a mandatory Replace by Fee policy

Used in: KaspadRequest

message SubmitTransactionReplacementResponseMessage

rpc.proto:333

Used in: KaspadResponse

message SubmitTransactionRequestMessage

rpc.proto:316

SubmitTransactionRequestMessage submits a transaction to the mempool

Used in: KaspadRequest

message SubmitTransactionResponseMessage

rpc.proto:321

Used in: KaspadResponse

message UnbanRequestMessage

rpc.proto:700

UnbanRequestMessage unbans the given ip.

Used in: KaspadRequest

message UnbanResponseMessage

rpc.proto:704

Used in: KaspadResponse

message UtxosChangedNotificationMessage

rpc.proto:534

UtxosChangedNotificationMessage is sent whenever the UTXO index had been updated. See: NotifyUtxosChangedRequestMessage

Used in: KaspadResponse

message VirtualChainChangedNotificationMessage

rpc.proto:359

VirtualChainChangedNotificationMessage is sent whenever the DAG's selected parent chain had changed. See: NotifyVirtualChainChangedRequestMessage

Used in: KaspadResponse

message VirtualDaaScoreChangedNotificationMessage

rpc.proto:651

VirtualDaaScoreChangedNotificationMessage is sent whenever the DAA score of the virtual changes. See NotifyVirtualDaaScoreChangedRequestMessage

Used in: KaspadResponse