mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-11-27 07:48:44 +00:00
replace rpc.md comment
This commit is contained in:
parent
066c850675
commit
a3e3218897
@ -849,8 +849,8 @@ See: NotifyVirtualSelectedParentChainChangedRequestMessage
|
|||||||
|
|
||||||
| Field | Type | Label | Description |
|
| Field | Type | Label | Description |
|
||||||
| ----- | ---- | ----- | ----------- |
|
| ----- | ---- | ----- | ----------- |
|
||||||
| id | [string](#string) | | The chain blocks that were removed, in high-to-low order |
|
| id | [string](#string) | | |
|
||||||
| removedChainBlockHashes | [string](#string) | repeated | |
|
| removedChainBlockHashes | [string](#string) | repeated | The chain blocks that were removed, in high-to-low order |
|
||||||
| addedChainBlockHashes | [string](#string) | repeated | The chain blocks that were added, in low-to-high order |
|
| addedChainBlockHashes | [string](#string) | repeated | The chain blocks that were added, in low-to-high order |
|
||||||
| acceptedTransactionIds | [AcceptedTransactionIds](#protowire.AcceptedTransactionIds) | repeated | Will be filled only if `includeAcceptedTransactionIds = true` in the notify request. |
|
| acceptedTransactionIds | [AcceptedTransactionIds](#protowire.AcceptedTransactionIds) | repeated | Will be filled only if `includeAcceptedTransactionIds = true` in the notify request. |
|
||||||
|
|
||||||
|
|||||||
@ -2683,8 +2683,8 @@ type VirtualSelectedParentChainChangedNotificationMessage struct {
|
|||||||
sizeCache protoimpl.SizeCache
|
sizeCache protoimpl.SizeCache
|
||||||
unknownFields protoimpl.UnknownFields
|
unknownFields protoimpl.UnknownFields
|
||||||
|
|
||||||
|
Id string `protobuf:"bytes,1001,opt,name=id,proto3" json:"id,omitempty"`
|
||||||
// The chain blocks that were removed, in high-to-low order
|
// The chain blocks that were removed, in high-to-low order
|
||||||
Id string `protobuf:"bytes,1001,opt,name=id,proto3" json:"id,omitempty"`
|
|
||||||
RemovedChainBlockHashes []string `protobuf:"bytes,1,rep,name=removedChainBlockHashes,proto3" json:"removedChainBlockHashes,omitempty"`
|
RemovedChainBlockHashes []string `protobuf:"bytes,1,rep,name=removedChainBlockHashes,proto3" json:"removedChainBlockHashes,omitempty"`
|
||||||
// The chain blocks that were added, in low-to-high order
|
// The chain blocks that were added, in low-to-high order
|
||||||
AddedChainBlockHashes []string `protobuf:"bytes,3,rep,name=addedChainBlockHashes,proto3" json:"addedChainBlockHashes,omitempty"`
|
AddedChainBlockHashes []string `protobuf:"bytes,3,rep,name=addedChainBlockHashes,proto3" json:"addedChainBlockHashes,omitempty"`
|
||||||
|
|||||||
@ -324,8 +324,9 @@ message NotifyVirtualSelectedParentChainChangedResponseMessage{
|
|||||||
//
|
//
|
||||||
// See: NotifyVirtualSelectedParentChainChangedRequestMessage
|
// See: NotifyVirtualSelectedParentChainChangedRequestMessage
|
||||||
message VirtualSelectedParentChainChangedNotificationMessage{
|
message VirtualSelectedParentChainChangedNotificationMessage{
|
||||||
// The chain blocks that were removed, in high-to-low order
|
|
||||||
string id = 1001;
|
string id = 1001;
|
||||||
|
|
||||||
|
// The chain blocks that were removed, in high-to-low order
|
||||||
repeated string removedChainBlockHashes = 1;
|
repeated string removedChainBlockHashes = 1;
|
||||||
|
|
||||||
// The chain blocks that were added, in low-to-high order
|
// The chain blocks that were added, in low-to-high order
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user