Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Update QueryDomainRegistrationFeeRequest message
Browse files Browse the repository at this point in the history
  • Loading branch information
foxytanuki committed Dec 26, 2023
1 parent 84a1d02 commit a865369
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 76 deletions.
3 changes: 2 additions & 1 deletion proto/mycel/registry/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ service Query {
rpc DomainRegistrationFee(QueryDomainRegistrationFeeRequest)
returns (QueryDomainRegistrationFeeResponse) {
option (google.api.http).get =
"/mycel-domain/mycel/registry/domain_registration_fee/{name}/{parent}";
"/mycel-domain/mycel/registry/domain_registration_fee/{name}/{parent}/{registerer}";
}

// Queries a list of Role items.
Expand Down Expand Up @@ -141,6 +141,7 @@ message QueryDomainRegistrationFeeRequest {
string name = 1;
string parent = 2;
uint64 registrationPeriodInYear = 3;
string registerer = 4;
}

message QueryDomainRegistrationFeeResponse {
Expand Down
198 changes: 125 additions & 73 deletions x/registry/types/query.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a865369

Please sign in to comment.