We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13211c commit d57ad8fCopy full SHA for d57ad8f
api/api.proto
@@ -48,13 +48,6 @@ service Wallet {
48
};
49
50
51
- rpc CreateAccount (AccountCreateContract) returns (Transaction) {
52
- option (google.api.http) = {
53
- post: "/wallet/createaccount"
54
- body: "*"
55
- };
56
57
-
58
rpc VoteWitnessAccount (VoteWitnessContract) returns (Transaction) {
59
option (google.api.http) = {
60
post: "/wallet/votewitnessaccount"
0 commit comments