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

Commit

Permalink
feature: merge master to this.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeNinjaEvan committed Apr 16, 2018
1 parent 13d4b62 commit 9498448
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions api/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,6 @@ service Wallet {
body: "*"
};
}
rpc GetDynamicProperties (EmptyMessage) returns (DynamicProperties) {
option (google.api.http) = {
post: "/wallet/getdynamicproperties"
body: "*"
};
}
};


Expand Down Expand Up @@ -190,9 +184,6 @@ service WalletSolidity {
}
rpc GetBlockByNum (NumberMessage) returns (Block) {

}
rpc GetDynamicProperties (EmptyMessage) returns (DynamicProperties) {

}
//get transaction
rpc TotalTransaction (EmptyMessage) returns (NumberMessage) {
Expand Down

0 comments on commit 9498448

Please sign in to comment.